-- Dan Field <[EMAIL PROTECTED]> wrote
(on Monday, 12 November 2007, 03:10 PM +0000):
> On 12 Nov 2007, at 13:01, Matthew Weier O'Phinney wrote:
> > -- Dan Field <[EMAIL PROTECTED]> wrote
> > (on Monday, 12 November 2007, 10:11 AM +0000):
> I've run into a small problem now where the layout stops getting rendered
> right after my echo statement in this code segment bellow.
>
>
> <div class="debugContainer">
> </div>
> <?php echo $this->layout()->content; ?>
> </div>
> </body>
> </html>
>
> Those last 3 tags (or anything else I try and echo or hard code) never
> render in the browser.
Try this instead for grabbing the content:
<?php echo $this->placeholder('Zend_Layout')->content ?>
and let me know if that works. If so, I need to make some changes to the
layout view helper.
--
Matthew Weier O'Phinney
PHP Developer | [EMAIL PROTECTED]
Zend - The PHP Company | http://www.zend.com/