As of Symfony 1.3, the loadHelpers() method in the sfLoader class is deprecated.
The sfLoader::loadHelpers() method is deprecated. Please use the same method from sfApplicationConfiguration.
Though it only took 3 minutes to find the proper way to call the sfApplicationConfiguration instance, I thought I’d post it here for others.
sfContext::getInstance()->getConfiguration()->loadHelpers('Template');