Hi all, Today i am going to tell you basic directory structure of Magento. This is the base/root of website which can be under public_html I am taking public_html as root which normally is This is base of website where all files/ folders of a website/application resides
1 |
echo Mage::getBaseDir('base'); |
/public_html Contains all the php code for… [Continue Reading]