ZF2-91: Remove usage of loadClass
Description
Several classes are using Zend_Loader::loadClass which does not exist anymore. These calls must be removed and instead an exception be thrown when the wished class could not be found.
Several classes are using Zend_Loader::loadClass which does not exist anymore. These calls must be removed and instead an exception be thrown when the wished class could not be found.
Comments
Posted by Kazusuke Sasezaki (sasezaki) on 2011-11-01T14:11:52.000+0000
I had proposed this issue in ZF2-11 http://framework.zend.com/issues/browse/ZF2-11
Db & Log are now refactoring(maybe...)