[symfony-users] Re: Template Variable sfPHPView question

2008-04-30 Thread Thomas Rabaix
The point is why they are using a foreach in the escaping === both. A extract should be better as that use php internal function. my 2 cents. Thomas On Wed, Apr 30, 2008 at 2:25 PM, alessandro cinelli <[EMAIL PROTECTED]> wrote: > > > On Sun, Apr 27, 2008 at 3:34 PM, alessandro cinelli > <[EMAI

[symfony-users] Re: Template Variable sfPHPView question

2008-04-30 Thread alessandro cinelli
On Sun, Apr 27, 2008 at 3:34 PM, alessandro cinelli < [EMAIL PROTECTED]> wrote: > Hi, > i was studying symfony's code, especially how you can refer to the > variable $this->foo in the action and $foo in the view. > I found the code part that makes it possible: > sfPHPView.class.php line 92-109 > >