View Single Post
  #3 (permalink)  
Old 04-24-2008, 02:15 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 122
Default

Any additional functionality you need in the view should be done in a view helper.

Ideally you should be performing all business/application logic before you get to the view. If you could give us some more info on why you need to get back to the controller perhaps we can help you clean up your design.
__________________
Zend Framework Resources: Zend Webinars | Reference Manual | API Docs | Books | FreeNode: #zftalk
Getting Started Tutorials: Getting started with ZF | Getting started with Zend Auth
Reply With Quote