I want to pass an entire path as an action parameter to my controller action. mycontroller/myaction/myparameter/path_value
I am developing my first Zend website, and I just finished the Back-office. The problem is that I did not create any module, but now that I have to develop the Front-office I would like to create a di
I\'m new to zend framework and its my first question I asked in the internet... sorry for my bad english!
Hii... I have a function something like this... class Zend_View_Helper_RenderUOList extends Zend_View_Helper_Abstract {
I\'ve read that $this->getHelper(\'[helper_name]\') is preferable to $this->_helper->[helper_name]. 开发者_如何学JAVA What I haven\'t been able to find any documentation of is which of these
Hi开发者_JAVA百科i... When I tried to validate zend form using ini file, I am getting the following error message, please help how to fix this
I have a controller named class TestControl开发者_如何学运维ler which extends some Zend_Controller_Action. Now I would like to use create an instance of TestController in TestForms (a Zend_Form). I wa
I want my controller开发者_JAVA百科s to be extended from my base controller (no from Zend_Controller_Action).
I am able to print the form content in the controller file, but when I assign the form view as $this->view->form = $form and trying to display the form design using echo $this->form in login开
I would like to get only one parameter. For example site.ru/controller/action/param1/value/ But if I request follow url: