zend-controller
Zend framework action parameter
I want to pass an entire path as an action parameter to my controller action. mycontroller/myaction/myparameter/path_value[详细]
2023-03-10 17:18 分类:问答Fastest and easiest way to change controllers' module
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[详细]
2023-03-08 23:03 分类:问答I want to control with one Controller some other Controllers with their own models (not _forward)
I\'m new to zend framework and its my first question I asked in the internet... sorry for my bad english![详细]
2023-03-04 13:48 分类:问答how to use a function within same function zend framework
Hii... I have a function something like this... class Zend_View_Helper_RenderUOList extends Zend_View_Helper_Abstract {[详细]
2023-02-20 19:07 分类:问答Zend Controller Action: _redirect() vs getHelper('Redirector')->gotoUrl()
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[详细]
2023-02-16 11:33 分类:问答error while validating form from ini file
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[详细]
2023-02-15 13:27 分类:问答How to create instance to zend controller
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[详细]
2023-02-15 07:19 分类:问答Zend Framework: extend custom base controller from Zend_Controller_Action
I want my controller开发者_JAVA百科s to be extended from my base controller (no from Zend_Controller_Action).[详细]
2023-02-15 06:02 分类:问答unable to access zend views from controller file
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开[详细]
2023-02-14 19:23 分类:问答Zend Framework: Can I set a depth for url parameters?
I would like to get only one parameter. For example site.ru/controller/action/param1/value/ But if I request follow url:[详细]
2023-02-09 20:41 分类:问答
加载中,请稍侯......