How To Get Path Of Magento Root Folder

How can I get path of Magento root folder, like /public_html/

You can use Magento function getBaseDir()

$base_path = Mage::getBaseDir('base'); /* will return path like /home/username/public_html */
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments