Hi,
Does require_once("myclass.class");
adds overhead to php page if it is not necessarly needed for current page?
I ask this because i was thinking to add all classes in header.php and call header.php in every other pages even some classes are not needed for some pages.
Thanks