I\'ve开发者_运维百科 got a relatively complicated portion of my application, which is an editor for access control lists. I need to reuse it in a few places, and I\'d like it to be loadable all ajax-y
For example i have echo $this->escape($this->test); in index.phtml and in controller $t开发者_StackOverflowhis->view->test = \'test message\';, but i want to do this from bootstrap, becous
Ok so开发者_StackOverflow i tried using zend form but what i\'m trying to accomplish is way too much for me to handle zend form. I\'ll try to describe it in a few lines maybe you have a solution for m
I\'m fairly new to Zend Framework and MVC in general so I\'m looking for some advice. We have a base controller class in which we have some methods to obtain some user information, account configurati
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
How we should use zend view helper form with validators +filters? Example that miss validators + filters from: http://framework.zend.com/manual/en/zend.view.helpers.html
Is it possible in ZendFramework to set custom template when I call some action ? For example I call /category/show/id/123 and View is rendering /category/show.html file.
In my bootstrap, I detect the site the users on, then issue the layout change and helper change. Essentially anything that is there by default is what the site falls back on if there is no per site ve
I wish to set some properties in MyFilter with constructor injection but it seems impossible with Zend_View::addFilter(string $filter_class_name) since it loads a new instance upon usage. MyFilter imp
i have a simple question where is my code wrong ? in index controller and index action i put $this->view->username=\"user1\";