zend-controller
Zend passing data from action in controller to view in another controler
How can I pass data from action in controller to view in another controller? From action in controler to view in the same controller is easy:[详细]
2023-01-31 02:52 分类:问答Zend controller/view newbie puzzle: $_GET & $_POST empty - on receipt from HTML form within view
Zend newbie here ... And just to make it better, my mission is to build on top of someone else\'s pre-existing Zend site.[详细]
2023-01-29 01:59 分类:问答ZendFramework Send variables from Controller to View (Best pactice)
I have been working in Zend Framework for a while and I am currently refactoring some parts of my code. One of the big thing I would like to eliminate is my abstract controller class which initiate a[详细]
2023-01-28 01:10 分类:问答Zend_Controller_Action _forward use (or abuse) cases
While developing a web app using ZF, I had an haha! moment regarding the _forward method in Zend_Controller_Action. As stated in the Programmer\'s Reference Guide, when calling the _forward method ins[详细]
2023-01-26 02:17 分类:问答Zend Controller all actions to one action
I have categorie Controller, with index action I need that when I enter address .com/categorie/education[详细]
2023-01-24 04:35 分类:问答Zend Framework MVC redirecting to different controller and action
i\'m trying to work out how i can stop zend or redirect zend to go to a different zend controller and action if a check within the boot strap fails.[详细]
2023-01-22 05:38 分类:问答Control access to files available for download
I ha开发者_如何转开发ve a folder that contains uploaded documents that my ZF application can spit out to logged in users. I want them to be able to use a link like http://server/documents/filename.pdf[详细]
2023-01-19 03:32 分类:问答Zend_Test_PHPUnit_ControllerTestCase and Zend_Layout, unable to find Layout plugin while running tests
I am starting to write some test cases for controller classes using Zend Framework 1.10.6 and Zend_Test_PHPUnit_ControllerTestCase.I am having problems with one item, which is that while the test case[详细]
2023-01-10 01:59 分类:问答Zend Framework - Set No Layout for Controller
I have a Controller that I want to use for ajax scripts to call and set session variables, get information, etc. How do I set it so that that particular controller doesn\'t use the default layout (spe[详细]
2023-01-09 06:19 分类:问答Zend framework controller action helper
I am getting fatal error after adding the action helper class. I am trying to load layout corresponding to called layout. Following is my code snippet:[详细]
2023-01-03 07:42 分类:问答