Skip to content

Instantly share code, notes, and snippets.

@ssheduardo
ssheduardo / magento-code-snippets.md
Created February 11, 2016 12:17 — forked from arosenhagen/magento-code-snippets.md
[magento] - code snippets

Magento Code Snippets

Download extension manually using mage

./mage config-set preferred_state stable
./mage clear-cache
./mage sync
./mage download community Module_Name
@ssheduardo
ssheduardo / .htaccess_codeigniter
Created April 5, 2012 16:10
htaccess codeigniter
RewriteEngine on
RewriteCond $1 !^(img|index.php|js|robots.txt|css)
RewriteRule ^(.*)$ index.php/$1 [L]
@ssheduardo
ssheduardo / Fetch sublime settings
Created April 5, 2012 11:51
Fetch sublime settings
{
"files":
{
"backbone": "http://documentcloud.github.com/backbone/backbone.js",
"backbone-min": "http://documentcloud.github.com/backbone/backbone-min.js",
"jquery": "http://code.jquery.com/jquery.min.js",
"json2": "https://github.com/douglascrockford/JSON-js/raw/master/json2.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"raphael": "http://github.com/DmitryBaranovskiy/raphael/raw/master/raphael-min.js",
"reset": "http://meyerweb.com/eric/tools/css/reset/reset.css",