Has any one been able to successfully get message out of the validators in zend framework and put them into a variable. I've read plenty on this and I can't seem to get it to work.
I should be able to do this, however it doesn't work.
PHP Code:
<?php $messages = $form->getMessages('username'); ?>
|