In Symfony beta (0.7.1914), you can do the following:
public function executeTest()
{
$this->setFlash('object', $object);
$presentation = $this->getPresentationFor('foo', 'bar');
}
public function executeBar()
{
$object = $this->getFlash('object');
}
In the latest alpha (0.9.2587), this does not work. Flash variables
are not accessible from inside the 'Bar' method. Is this a bug or
by design?
Thanks,
Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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-devs
-~----------~----~----~----~------~----~------~--~---