12-14-2007, 08:05 PM
|
#8 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Posts: 14
Thanks: 0
|
Quote:
Originally Posted by ReSpawN
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.
|
|
|
|