You right, decoration is possible only once. For my needs I extended base sfPHPView and added ability of nesting. But in sf1.1 extend core sfPHPView is more complex and dirty work then in 1.0 :) Also I added ability of creating class-based helpers. So now it's look like
<?php $my_helpers->asset->decorateWith($template, $placeholder) ?> On Oct 29, 10:57 am, "Michael Steinboeck" <[EMAIL PROTECTED]> wrote: > Is there a possibility to have nested decorations? > > E.g. have my liste/templates/indexsuccess first decorate as defined in > the liste/config/view.yml decorated "tabbed" and than have it > decorated by a globally defined layout? > I tried layout: [tabbed, layout] but this doesnot work ... seems > decoration is possible only once. > Anybody has other suggestions? > > -- > LG, > Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
