Return to Snippet

Revision: 41098
at February 12, 2011 00:07 by ef


Initial Code
$this->getContext()->getConfiguration()->loadHelpers(array('Url'));
url_for('@payment_success')

Initial URL


Initial Description
Same method can be applied anywhere in the application,  just change $this->getContext() to sfContext::getInstance()

Initial Title
Using url_for in actions

Initial Tags


Initial Language
Symfony