On 7/6/2010 6:13 PM, Dennis Winter wrote:
Take a look at, how the form class is called, I think you'll have to
call "Form_Auth"
In the case, you aren't using modules!
Yes. I am using modules. Created with
zf create form frmname -m modulename
But I am too sorry to aks a question without proper inspection. I forgot
the Bootstrap.php inside the module. Now it works. Sorry again for not
checking before posting a question.
Am 06.07.2010 um 13:29 schrieb sathyashrayan <[email protected]
<mailto:[email protected]>>:
Dear group,
I created a form class with
zf create project hello
zf create form Auth
And i call the form class (Application_Form_Auth) inside
indexAction() in IndexController.php i get the class not found error.
Any help?