Re: [PHP] Performance and require / include

2003-07-18 Thread Curt Zirzow
Infoman: Thorsten Koch <[EMAIL PROTECTED]> wrote: > Hello List, > > i have a question about the require / include functions and > performance. > > I try to divide my application into several files (e.g. templates and > common config files) and they are included with the require statement. > But i

[PHP] Performance and require / include

2003-07-18 Thread Infoman: Thorsten Koch
Hello List, i have a question about the require / include functions and performance. I try to divide my application into several files (e.g. templates and common config files) and they are included with the require statement. But is this really good for the performance? With only one user on th