php - Is it possible to load all Zend_Form_Element_* with one statement? -


I would like to load many types of elements with a statement such as Zend_Form_Element_Text instead of one * Is there any way to do this with wild cards?

Instead of registering the Zend Framework Autoload Callback, without explicitly loading the Zend Framework Can refer to the sections. When you refer to a class, the auto-load () method uses Zend_Loader :: loadClass () automatically

You need to enter your code:

  Zend_Loader :: registerAutoload ();  

Quote


Comments