[PHP-DEV] SplClassLoader

2011-06-27 Thread rod
Quick question: is there any planned inclusion in PHP for an SplClassLoader? Cheers - rod. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SplClassLoader

2011-06-27 Thread rod
on*. > Something along the lines of: > function($class) { >     return str_replace('\\', DIRECTORY_SEPARATOR, $class) . '.php'; > } > > 2011/6/27 Hannes Magnusson >> >> On Mon, Jun 27, 2011 at 12:19, rod wrote: >> > Quick question: is there any