View Single Post
Old 12-14-2007, 08:05 PM   #8 (permalink)
gilzow
The Wanderer
 
Join Date: Dec 2007
Posts: 14
Thanks: 0
gilzow is on a distinguished road
Default

Quote:
Originally Posted by ReSpawN View Post
I do not understand these points;
7. require_once() is expensive;
I believe this is due to the overhead in having to see if the file in question has already been required. I would bet that include_once() is also expensive for the same reasons.
gilzow is offline  
Reply With Quote