Separate but related to http://stackoverflow.com/questions/3363764/how-to-dynamically-override-forms-and-or-views-using-zend.
I want Zend to try to load custom forms/views before loading a set of default forms for a web application to let clients create custom forms for their application.
How do you configure the autoloader to load a different path before your default zend classes?