Re: Critical Thinking, or Several "Why" Questions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



A sample use:
[...]
'include_once' allows me to lazy load -- and thus optimize my
application. Sure, it may be a slight performance hit -- but not nearly
that of loading the files in question.

I do not question usefulness of include_once(). In fact, currently I'm developing application that might use it exactly the way you described. There are many API functions in several files, and there are cases when I do not need all of them. That is exactly why I am concerned with it's performance, and that is why I asked about it here.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux