Zend Framework Views and the Front Controller
Following on from my last post, I've now played with integrating Zend_View into the system. Whilst I was playing, I discovered that Nucleuz has put up a tutorial on wiki.cc. I quite like his approach, but needing to call $this->display(); in every controller's action strikes me as a pain. Another problem is that you can forward from one action to another, and so the view needs to follow with you. The approach in this entry… continue reading.