I want to force the Zend form into Twitter Bootstrap style. I currently iterate through the form fields and write the form info into my bootstrap div construction.
I
This will make the code easier.
http://php.net/manual/en/function.echo.php
prepare(); echo $this->form()->openTag($form), $this->formCollection($form), $this->form()->closeTag($form);