On Wed, 08 Nov 2006 18:19:37 +0000, Phil Latio wrote:
> Is there a specific reason why you would NOT put all your require statements
> in one php file and then simply call that file instead of perhaps 3 or more
> files directly?
Performance. Why would you want to load code you're not going to use.