Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5554

Reindex Magento Programmatically

$
0
0
for ($i = 1; $i <= 9; $i++) {
   $process = Mage::getModel('index/process')->load($i);
   $process->reindexAll();
}
Facebook Twitter Email Reddit Stumbleupon

Viewing all articles
Browse latest Browse all 5554

Trending Articles