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.

Vaibhav
-- 
View this message in context: 
http://www.nabble.com/Class-%27Zend_Form%27-not-found-tp15779185s16154p15779185.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to