-- debussy007 <[email protected]> wrote (on Monday, 25 January 2010, 09:47 AM -0800): > What is the difference between > $this->view->setScriptPath
This tells the view object to add a path in which to look for view scripts. > and > $this->_helper->viewRenderer->setViewScriptPathSpec ? This tells the ViewRenderer action helper how to construct the path to a view script (relative to a script path registered with the view object). -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
