How to configure the Zend autoloader to load a custom path for resources before the default path
问题 Separate but related to 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? 回答1: Like in the other question, you'll need to use a factory class. This class will check in a predefined directory the existence of the new form or