Jack Sleight wrote: > > Are there any plans to make it possible to use your own class loader, > perhaps a setting in Zend_Loader that'll allow you to specify an > alternative loadClass method? >
My opinion (for what it's worth, since I'm no longer a contributor to ZF) that I've stated before in http://www.nabble.com/Re%3A-Reducing-the-number-of-loaded-exception-files-p14716645.html January and http://www.nabble.com/Re%3A-Problem-with-custom-row-class-and-Zend%3A%3ALoader-p15903442.html March , is that ZF needs to remove all class-loading logic and instead rely on the SPL autoloader. Then any developer could install one or more autoloaders, according to the PEAR-style or their own custom style. That would be most flexible, take advantage of technology that already exists, and get the advantage of lazy-loading whenever possible. But without someone taking responsibility for the change, it's not going to happen until at least ZF 2.0. Regards, Bill Karwin -- View this message in context: http://www.nabble.com/Overriding-Zend_Loader%3A%3AloadClass%28%29-tp18905575p18909243.html Sent from the Zend Framework mailing list archive at Nabble.com.
