Public Member Functions | |
rebuild () |
Definition at line 35 of file Index.php.
rebuild | ( | ) |
Rebuild indexes
Definition at line 42 of file Index.php.
00043 { 00044 Mage::getResourceSingleton('catalog/category') 00045 ->refreshProductIndex(); 00046 foreach (Mage::app()->getStores() as $store) { 00047 Mage::getResourceSingleton('catalog/product') 00048 ->refreshEnabledIndex($store); 00049 } 00050 return $this; 00051 }