namesco / ZTal

ZTal makes integrating the PHP templating system PHPTAL into Zend Framework easy.
Other
21 stars 3 forks source link

PHPdocumentor2, custom error messages and custom IDs for input elements. #25

Closed jackw closed 8 years ago

jackw commented 8 years ago

Needed to specify the ID on radio button inputs so updated input form macro to accept an id variable, falling back to a default of element/getId if not defined.

A few other things hanging around on this dev branch - build updated to use phpdocumentor2 and elements can support custom error messages.