<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Decrypt Web &#187; Currency</title>
	<atom:link href="http://blog.decryptweb.com/tag/currency/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Sat, 24 Jul 2010 05:58:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento Essentials</title>
		<link>http://blog.decryptweb.com/magento-essentials/</link>
		<comments>http://blog.decryptweb.com/magento-essentials/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:01:48 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Currency]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Symbol]]></category>
		<category><![CDATA[Variables]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=31</guid>
		<description><![CDATA[I am listing below important variable used in Magento.

&#60;?php
echo Mage::app()-&#62;getFrontController()-&#62;getRequest()-&#62;getHttpHost();
//displays host name

echo Mage::getBaseDir();  //gives  physical path of the sites root directory

echo $this-&#62;getSkinURL(); //gives  relative path of the sites default skin folder

echo Mage::getBaseURL(); //gives  relative path of the site

echo Mage::getURL(); //gives  relative path of the site

echo $customerEntityType = Mage::getModel('eav/entity')-&#62;setType('customer')-&#62;getTypeId();
//customer type

$website = [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/magento-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
