Hi,
override init() hook instead of __construct() in order to create your form:

class App_Form_TestForm extends Zend_Form {
       
        public function init() { 
             // add your elements here 

        }

}

Give it a try and let me know!

Cheers



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Problem-with-Zend-1-12-Form-tp4659435p4659436.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to