Skip to content

Instantly share code, notes, and snippets.

@jonatanrdsantos
Created September 17, 2015 15:47
Show Gist options
  • Save jonatanrdsantos/2fa8ae63e7798768f678 to your computer and use it in GitHub Desktop.
Save jonatanrdsantos/2fa8ae63e7798768f678 to your computer and use it in GitHub Desktop.
Magento outside
<pre>
<?php
error_reporting(E_ALL);
require_once 'app/Mage.php';
Mage::app();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment