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