I was kinda mystified as to why anyone would make forms using php rather than just doing them with html, but the PEAR forms module seems to be popular and before Zend put a forms module in their framework there was a lot of moaning about its absence, so I thought I’d try out the ZF module and find out what the fuss is about.
Still mystified. Using Zend_Form wasn’t any quicker from a coding point of view than just making the a form in a view and having a separate validation object, and it’s way slower to run. Won’t be rushing to use it again.