Skip to content

Instantly share code, notes, and snippets.

View mschultheiss83's full-sized avatar

Martin Schultheiß mschultheiss83

View GitHub Profile
@mschultheiss83
mschultheiss83 / awesome-php.md
Created November 9, 2012 11:54 — forked from melihbuyuk/awesome-php.md
Awesome PHP Libraries
@mschultheiss83
mschultheiss83 / test.php
Last active October 12, 2015 13:58
Magento - Quick n Dirty - Test Scripts
<?php
/**
* Magento Test File
*
*/
error_reporting(E_ALL);
define('MAGENTO', realpath(dirname(__FILE__)));
require_once MAGENTO . '/app/Mage.php';