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',…
We all have to bind events to elements: $('#link).click(function(){ do some stuff }); But, what if that element doesn’t…