I really ought to check my code before posting... but you get the idea :)
<?php
class generatedFoo { public function __autoload($class) {
include "/path/to/class/$class.php";
}
// other stuff }
?>
http://www.php.net/zend-engine-2.php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php