[PHP] conditional includes in class functions

2004-07-05 Thread Dennis Gearon
Anyone ever done that?
Does PHP actually wait until the include is actually needed before it does it? It 
might wait to execute it, but does it wait to include it?
Trying to speed up the loading of pages.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] conditional includes in class functions

2004-07-05 Thread zareef ahmed


--- Dennis Gearon [EMAIL PROTECTED] wrote:
 Anyone ever done that?
 
 Does PHP actually wait until the include is actually
 needed before it does it? It might wait to execute
 it, but does it wait to include it?
 
A close look at diffrences  between require and
include may help you.

http://www.faqts.com/knowledge_base/view.phtml/aid/6


=
Zareef Ahmed :: A PHP Developer in Delhi(India).
Homepage :: http://www.zasaifi.com




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

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