Is it possible in Zend View helper (extends Zend_View_He开发者_JS百科lper_Abstract) get info about module/controller/action in which that helper was called ?Yes. You can use Zend_Controller_Front::get
I am using Zend Framework. I want the current user (if logged in) to always be available to the view.In my Bootstrap.php file I currently have:
I need help in understanding the actual actions of a hel开发者_JAVA技巧per function in Zend Framework.
So I want to use a jQuery tab container in my view script. I have tested it so I know I already have everything working.
I\'m sure it\'s a simple one-liner, but I can\'t seem to find it. How can I use a different layout file for a particular开发者_运维技巧 action?