In Magento, how can I get active store information, like store name, line number, etc?
Great answers here. If you're looking for the default view "Store Name" set in the Magento configuration:
Mage::app()->getStore()->getFrontendName()