Accessing controller data from a partial viewscript
When using an inline partial viewscript in my form, I sometimes need access to data. I can accomplish this by…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
When using an inline partial viewscript in my form, I sometimes need access to data. I can accomplish this by…
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' =>…