Skip to content

Instantly share code, notes, and snippets.

View julneb's full-sized avatar

Julien Nebbout julneb

  • Adlibrisgruppen
  • Sweden
View GitHub Profile
@julneb
julneb / pricerules.php
Created April 15, 2016 17:18 — forked from drewgillson/pricerules.php
Magento CLI utility to refresh catalog price rules
<?php
require_once 'abstract.php';
class Mage_Shell_Pricerules extends Mage_Shell_Abstract
{
public function run()
{
ini_set('memory_limit', '1024M');
$this->db = Mage::getSingleton('core/resource')->getConnection('core_read');