[symfony-users] Re: Arrays becoming Objects from the action to the template

2007-04-03 Thread Quenten Griffith
Fabien, Thank you for you help on this. I had been hitting my head against a wall for a few hours trying to figure out what in the world was going on. On 4/3/07, Fabien POTENCIER <[EMAIL PROTECTED]> wrote: > > > You have output escaping turned on, so every variable passed to the > template is esc

[symfony-users] Re: Arrays becoming Objects from the action to the template

2007-04-02 Thread Fabien POTENCIER
You have output escaping turned on, so every variable passed to the template is escaped. In symfony escaping is done by decorating every variable in an object. In your case this object is an instance of sfOutputEscaperArrayDecorator which acts as an array. An instance of this class acts as an