View Single Post
  #7 (permalink)  
Old 04-10-2008, 08:40 AM
nix nix is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default

Quote:
Originally Posted by dowker View Post
The problem I have with this method - or creating an Action Helper which in many cases could achieve the same results - is that if you _forward() or use the ActionStack Helper, the same code is processed over again for each controller action that is dispatched. Does anyone have a good suggestion for initialization code that should only be run once for all dispatched controllers?
Did anyone come up with anything?
Reply With Quote