How to pass data from Controller to Zend Form
To pass data from your controller, to a Zend_Form, you can utilise the config parameters: $this->view->form = new Contact_Edit_Form(array('contactName' =>…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
To pass data from your controller, to a Zend_Form, you can utilise the config parameters: $this->view->form = new Contact_Edit_Form(array('contactName' =>…