views:

38

answers:

0

Hi,

I am trying to use global or shared view files. Let's say I have a module in

Application/Modules/default

and I have "IndexController.php" inside "default/controllers"

within "IndexController", I would like to render a view that is located in "Application/Views". I tried to use addScriptPath, but Zend_View tries to look "Application/Views/index" directory.

How do I eliminate "index" ?