Re: [fw-general] Nested Calls to Zend_View View Action Helper

2008-02-20 Thread Matthew Weier O'Phinney
-- Dan Dorman <[EMAIL PROTECTED]> wrote (on Wednesday, 06 February 2008, 02:09 PM -0800): > Dan Dorman wrote: > > The action functions aren't getting called twice, the output of the last > > function is simply being prepended to the desired output for some reason. > > After digging around the Zend

Re: [fw-general] Nested Calls to Zend_View View Action Helper

2008-02-06 Thread Dan Dorman
Dan Dorman wrote: > > The action functions aren't getting called twice, the output of the last > function is simply being prepended to the desired output for some reason. > After digging around the Zend Framework code, I discovered the culprit: the Zend_View action helper clones the response o

[fw-general] Nested Calls to Zend_View View Action Helper

2008-02-04 Thread Dan Dorman
Suppose I have a phtml file that features something like: action('index', 'nav') ?> Say NavController implements three actions: indexAction, widgetOneAction, and widgetTwoAction; indexAction does nothing but render the following view script: start action('widgetOne', 'nav') ?> action('widgetTwo