Skip to content

Instantly share code, notes, and snippets.

@oscar-reales-interactiv4
Created October 28, 2013 13:12
Show Gist options
  • Save oscar-reales-interactiv4/7196558 to your computer and use it in GitHub Desktop.
Save oscar-reales-interactiv4/7196558 to your computer and use it in GitHub Desktop.
Borrar cache de Magento programaticamente
<?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