RE: [PHP] Include load question (newbie)

2002-05-27 Thread David Freeman


 > I have two files (f1.php,f2.php) that each take about 90% 
 > and 90% of differient functions from the first 
 > file(func.php), would my files (f1.php,f2.php) load faster 
 > if I defined the functions in each file instead of including 
 > it or is this helping?

It might, but the difference isn't likely to be significant.  If speed
is a problem then you need to figure out where your bottle neck is -
unless they are huge files the problem is unlikely to be in loading of
individual file themselves.

CYA, Dave



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




[PHP] Include load question (newbie)

2002-05-27 Thread r

Hey all,

I have a file that is totally  filled with PHP functions, its around 15 k.
(func.php)

I have two files (f1.php,f2.php) that each take about 90% and 90% of
differient functions from the first file(func.php),
would my files (f1.php,f2.php) load faster if I defined the functions in
each file instead of including it or is this helping?

Any help appreciated.
-Ryan.


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