#Magento Cheat Sheet Code snippets for use in Magento.
##Base Methods
// Get Base URL
Mage::getBaseUrl();
// Get Base Directory
Mage::getBaseDir();| <?php | |
| /** | |
| * Categories Children count fix script. | |
| * | |
| * This scripts looks through all categories, compares the current children_count in database with the children_count as calculated in this script. | |
| * If these values are different, the calculated values will be saved. | |
| * | |
| * Author: Fabio Ros - FROSIT | |
| * Client: Seasight-Media | |
| * |
#Magento Cheat Sheet Code snippets for use in Magento.
##Base Methods
// Get Base URL
Mage::getBaseUrl();
// Get Base Directory
Mage::getBaseDir();