JasonDaly.name

PHP, Ruby, Symfony, Rails, Doctrine, MooTools. Web Development.

Posts tagged with "sfcontext"

November 15, 2009

sfLoader::loadHelpers is now Deprecated (Symfony 1.3)

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');

Tags: deprecated 1.3 loadhelpers php symfony sfloader sfcontext