Sorry, i got you:
$page->getContent('ESC_RAW');
instead of:
$page->getContent(ESC_RAW);
2010/3/11 Raphael Schumacher <[email protected]>
> Hi Romain, how about
> $page->getContent(ESC_RAW);
> or also:
> $page->getRawValue()->getContent();
> ?
>
> With $page you are actually talking to a
> sfOutputEscaperObjectDecorator object, which holds your Page object in
> its $value property.
>
> See the __call method in class sfOutputEscaperObjectDecorator (symfony
> lib v.1.4.3).
> RAPHAEL+
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> 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]<symfony-users%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
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