Continuing the classes questions...
I have a class loader called 'load_core_class($class=''), but if $class equals to all I would like to load all classes in the core directory, include then AND start then this way:
$this->$loadedclassname = new $loadedclassname;
Is it possible?
Yes.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php