Le 11 mars 2010 à 15:30, Raphael Schumacher a écrit :

> Have you verified (e.g. using your debugger) that the object's
> classnames are in reality what you should expect in theory?

http://up.r12t.fr/8c2b8c76.png Yep, It's "NOEPage" as it's supposed to be

> - the escaping strategy for your application?

    # Output escaping settings
    escaping_strategy:      true
    escaping_method:        ESC_SPECIALCHARS

> - the classname of $page object? (should be
> sfOutputEscaperObjectDecorator)

http://up.r12t.fr/a4dbee66.png wow, it's an instance of 
"sfOutputEscaperIteratorDecorator", can I say WTF ?

I'm fetching it using sfDoctrineRoute, I don't get it oO

$this->page = $this->getRoute()->getObject();
$this->forward404unless($this->page);


> - the classname of $page->$value property? (should be Page)

what do you mean ?

> - is this code contained in a layout, template, component (slot) or a
> partial?
> 

It's a template 

Thanks ! :)

> -- 
> 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

-- 
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

Reply via email to