Custom Zend Validator error messages
The Zend Validator error messages are not the most helpful. Considor the below code for creating a file input: $this->addElement('file',…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
The Zend Validator error messages are not the most helpful. Considor the below code for creating a file input: $this->addElement('file',…
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' =>…