Skip to content

Instantly share code, notes, and snippets.

@vdubyna
Created February 5, 2014 19:20
Show Gist options
  • Select an option

  • Save vdubyna/8831101 to your computer and use it in GitHub Desktop.

Select an option

Save vdubyna/8831101 to your computer and use it in GitHub Desktop.
Load magento app and check some code
<?php
require_once 'app/Mage.php';
Mage::app('admin');
Mage::register('isSecureArea', 1);
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment