I am trying to use the Zend Framework and I am having trouble figuring out how to pass information from the controller to the view.
It looks like I should be creating an instance of Zend_View, but when I call the render function I can't seem to get it to load the correct view file (for example, in indexAction, I can't get it to load the index.phtml file, no matter how hard I try).
Can someone tell me the best way to pass a variable from a controller to a view in the Zend Framework.
Thanks
Josh Pennington