Autoloading classes and registering resources with zend_application
ZF 1.8 with new Zend_Application provides an easy way to get your models loaded automatically and resources to be shared across the whole application. Just need to know the naming convention.
Read more...