Re: [fw-general] ActionStack and _forward()

2008-11-16 Thread Tim Nagel
You could store something in Zend_Registry, or Zend_Cache (and then wrap the init logic in an if statement)? T On Sun, Nov 16, 2008 at 09:43, drj201 [EMAIL PROTECTED] wrote: Goran Juric wrote: drj201 wrote: Hi all, Ive been following the method outlined here to add

Re: [fw-general] ActionStack and _forward()

2008-11-15 Thread drj201
Goran Juric wrote: drj201 wrote: Hi all, Ive been following the method outlined here to add Controller specific navigation menus to my layout view: http://teethgrinder.co.uk/perm.php?a=Zend-Framework-Menus-Navigation Firstly, what is your view on this approach? Adding an

Re: [fw-general] ActionStack and _forward()

2008-11-13 Thread Goran Juric
drj201 wrote: Hi all, Ive been following the method outlined here to add Controller specific navigation menus to my layout view: http://teethgrinder.co.uk/perm.php?a=Zend-Framework-Menus-Navigation Firstly, what is your view on this approach? Adding an actionStack call to every