Folder structure, where to store forms

diversereality

New Member
I'm using ZendStudio which creates an MVC structure for projects. To create a form, I just create a PHP class and extend Zend_Form, but where is the right location to have this form saved. I've seen someone put it in \[code\]application/forms\[/code\]with\[code\]application/modelsapplication/viewsapplication/controllers\[/code\]Is this a best practice or is there a more logical location than this? What do you do?
 
Back
Top