Posted by Antimon on 09/10/05 12:11
Hi,
I'm working on a new web application (php5.1 + postgresql) and i wanted
to have seperated files for each class and use __autoload and i have
everything split to classes now. This makes my pages need to include a
lot of files each request. Do this a huge overhead? I mean shall i go
for gigantic function definition scripts and include all of them at
once?
BTW, my classes are not too big, 4-5 methods and properties each, i
thought having one function definition file might avoid including
overhead but then php will need to interperate all that functions that
i will not use.
What shall i do?
Thanks.
[Back to original message]
|