Created
February 24, 2012 20:43
-
-
Save markshust/1903625 to your computer and use it in GitHub Desktop.
Magento: Better way to require files in controllers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_once Mage::getModuleDir('controllers', 'Mage_Checkout') . DS . 'OnepageController.php'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment