Archive: form array

 

Posts Tagged ‘form array’


After losing an afternoon trying to get my extended Zend Dojo Form class to give me HTML array notation, I have finally found a solution that works. To celebrate I've decided to share it should anyone else suffer a similar problem. Here is the method: PLAIN TEXT PHP: public function addSubFormEl($subFormName, $addElOptions){       [...]