Posted by macca on 12/22/07 20:14
Take a look at autoloading. http://uk2.php.net/autoload e.g. function __autoload($class_name) { require_once $class_name . '.php'; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming