Monthly Archives: February 2010

Bind model to the Zend_Form…

In my pre­vi­ous post I have described how to fill model with val­ues from the Zend_Form. But reverse pro­cess is also very import­ant. If you are using Zend_Db_Table you prob­ably will not need any spe­cial meth­ods as you can use Zend_Form::setDefault($array) … Con­tinue read­ing

Posted in Zend Framework | Tagged , , , | 1 Comment

Test if request is really dis­patch­able in Zend Framework

Some­times you need to check if request is dis­patch­able. The most com­mon place where you can meet this need is in con­trol­ler plug-in. I have met that I need to test if request is dis­patch­able when I have imple­men­ted my App_Controller_Plugin_Acl for ACL … Con­tinue read­ing

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