November 2009
1 post
7 tags
sfLoader::loadHelpers is now Deprecated (Symfony...
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...