On 3/1/07, Christopher Thompson <[EMAIL PROTECTED]> wrote:
I just did a quick survey to see what in Zend.php is used within the framework. I note that Zend_Cache chose not to use Zend::loadClass. And the controller code, which was the original user of this code, should probably have its own special purpose loader. In general, nothing in Zend.php is really needed. The more I look into this the less I like it.
Not needed by framework itself. As for my application I heavily use all of Zend methods: Zend::dump(); is used when debugging apps, registry stores links to configured objects, loadClass is used for autoloading classes. -- Alexander http://www.alexatnet.com/
