This is a topic I describe at length in my Organizing talk, but I would like to give the idea a home on my blog for easy reference.
Include-Based Typical PHP uses what I call an include-based architecture. By this, I mean that the mere fact of including or requiring a file causes the execution of [...]