I am trying to autoload the forms found in my project under application/forms/*.php ( in this case, LoginForm.php ).
How do I configure Zends autoloader to load this form automatically? As I don't want to use ugly namespaces I am enabling the fallback in my bootstrap. I haven't got anything related to forms configured in my application.ini
thanks!
[Appnamespace_]Form_LoginForm. Appnamespace you can configure in application.ini – namesnik Apr 23 '12 at 16:16Appnamespace_Form_LoginForm. – drew010 Apr 23 '12 at 17:09