Is there any way to access/ copy the variables in the local scope of a function onto another function.
So instead of doing: $this->myvar = $myvar; To simply send all variables in the functions' variable scope to the template. If you use simple includes for your templating you don't have this issue, but im hoping there's some way in php to achieve that effect :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
