Skip to content

Instantly share code, notes, and snippets.

@oreales
Forked from oscar-reales-interactiv4/clearcache.php
Created February 12, 2014 23:05
Show Gist options
  • Save oreales/8966354 to your computer and use it in GitHub Desktop.
Save oreales/8966354 to your computer and use it in GitHub Desktop.
<?php
define('MAGENTO', realpath(dirname(__FILE__)));
require_once MAGENTO . '/app/Mage.php';
Mage::app();
$app=Mage::app();
Mage::app()->cleanCache();
flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment