I have some variables in my config.ini file that will be used to set content in some places in the layout.phtml ( this is the main template file that the website loads from ) ..
These are places in the layout.phtml file like: a) page title b) and other contants in javascript inline scripts.. I'm asking what is the best way to do this.. I realize one way is to put code in the init() function of the controller that will assign the Zend_Registry values to $this->view->layout()->#variablename# = value; Is there any other way to do this with helper and if so, how can I set that up.. Let me know.. Thanks Jamil -- View this message in context: http://www.nabble.com/assigning-variables-inside-the-layout.phtml-file-tp21633607p21633607.html Sent from the Zend Framework mailing list archive at Nabble.com.
