On Sat, Mar 1, 2008 at 7:42 PM, zend_newbie <[EMAIL PROTECTED]> wrote:
>
> HI
>
> I am using the zend framework and getting the following error.
>
> Fatal error: Class 'Zend_Form' not found in ../public_html/form1.php on
> line 45
>
> Heres my code
>
> <?php
>
> require_once 'Zend/Db.php';
>
> function start_form()
> {
> $form = new Zend_Form;
> $form->setAction('second.php()') ->setMethod('post');
>
> I would really apprecite if anybody can guide me where i am making the
> mistake.
>
Perhaps
require_once 'Zend/Form.php'
?
>
> Vaibhav
--
Vincent