views:

74

answers:

0

In my application all works fine. But in zend studio, I got an alert saying that my Admin_Form_... does not exist.

If I put this form in root of application folder (application/forms) I can use autocompletion and my class is regonized. But if I put in a module specific directory, it is as if my class didn't exists.

What should I do to fix it?