Symfony – Load Helpers in Action

This is pretty easy to do:

sfContext::getInstance()->getConfiguration()->loadHelpers('Url', 'Form', 'JediForce');

This magic located in sfApplicationConfiguration.class.php, open it and see how it works