I generally prefer to include various blocks of code in templates using
include_once() rather than load a functions library and make calls to those
functions within the script.

Is there a big difference in efficiency and speed of includes vs. custom
functions? I like includes because it's easier to drop blocks of code in a
page design without disrupting the design of the page very much.

Thanks,

Monty


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

Reply via email to