I keep mine in a sub directory of my models directory, as I have a tight coupling between my forms and my models. I'd say that you should put them wherever makes sense in the context of your application.
Kieran. iceangel89 wrote: > where shld my Zend_Form classes go? do i put in something like > library/MyApp/Forms or something like that? or in the modules/forms folder? > if its in the modules/form folder i need to use require right? -- Kieran Hall
