View Single Post
  #2 (permalink)  
Old 04-01-2008, 07:26 AM
Toppy Toppy is offline
Junior Member
 
Join Date: Mar 2008
Location: BC
Posts: 6
Default

See ZF Manual: Zend Framework: Documentation under section 42.2.3 "View Script Paths"

In summary it explains how you can set the path with $view->setScriptPath('/path/to/views');
Reply With Quote