-- iceangel89 <[email protected]> wrote
(on Friday, 01 May 2009, 02:02 AM -0700):
> 
> 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? 

If you're using Zend_Application now (and you are, right? :) ), the
place to do it is in a forms/ subdirectory of your application and/or
module:

    application/
        forms/
            Login.php // Form_Login or Default_Form_Login
        modules/
            foo/
                forms/
                    Login.php // Foo_Form_Login


-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/

Reply via email to