Monthly Archives: January 2010

Bind Zend_Form val­ues to the model. Part 2 (Array-type properties)

In my pre­vi­ous post I’ve added a simple bind­ing func­tion­al­ity to Zend_Form. But once I’ve imple­men­ted it in real world with Doc­trine PHP ORM as my BLL, I found that it can’t work seam­lessly with my model’s prop­er­ties of array type. In … Con­tinue read­ing

Posted in Zend Framework | Tagged , , , | Leave a comment

Bind Zend_Form to the model

Zend Frame­work has great com­pon­ent — Zend_Form which can be used to cre­ate a reusable form. So you can cre­ate a com­mon form, for example, for both new user regis­tra­tion and user pro­file editor. In most cases such form will rep­res­ent your … Con­tinue read­ing

Posted in Zend Framework | Tagged , , , | Leave a comment