On Fri, Nov 28, 2008 at 5:42 PM, luisfqr <[EMAIL PROTECTED]> wrote:
[:::]
>
> Fatal error: Class 'forms_ContactForm' not found in
> /home/hsphere/local/home/wwwuser/zend.bizhelper.com/application/controllers/ChartsController.php
> on line 13
>

Afaik, zf does not auto-discover your forms or models, you can add
your forms path to your includes path in your bootstrap (not
recommended),
or include by hand in your controller:
 require_once APPLICATION_PATH . '/forms/ContactForm.php';

But the best option will be to use a helper/pluginloader. You can see
an implementation of this helper on "bugapp" zend application:
http://is.gd/9qty

-- 
Rolando Espinoza La fuente
Pro Soft Resources Inc.
www.prosoftpeople.com

Reply via email to