Thread: Rendering views
View Single Post
  #3 (permalink)  
Old 04-01-2008, 11:36 AM
smartcoderin smartcoderin is offline
Junior Member
 
Join Date: Mar 2008
Posts: 6
Angry 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...

??
Reply With Quote