Layouts
Iam using layout utility of Zend 1.5. SO i have started MvcArchitecture().
SO in controller view helper renders the action view file. And the content is added to the template layout in Layouts folder. SO while i use the $this->view->render('index'), the index.phtml is embedded in to the layout file. WHen i tried render('index.phtml') it shows error as script not found in path. i Also set the script path for the views...
??
|