<?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>Schogini &#187; Module</title>
	<atom:link href="http://sree.cc/tag/module/feed" rel="self" type="application/rss+xml" />
	<link>http://sree.cc</link>
	<description>Over The Top Professionals</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:47:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Magento controller, action and what happens when you browse a URL</title>
		<link>http://sree.cc/magento_ecommerce_tips/magento-controller-action-and-what-happens-when-you-browse-a-url</link>
		<comments>http://sree.cc/magento_ecommerce_tips/magento-controller-action-and-what-happens-when-you-browse-a-url#comments</comments>
		<pubDate>Mon, 03 Oct 2011 14:05:49 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[Args]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[Custom Case]]></category>
		<category><![CDATA[Global Gt]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Mage]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Module Test]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[Xml Create]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=9262</guid>
		<description><![CDATA[Assuming you know how to create a custom module, consider a case where you need to create a URL for your module. Follow these steps: In your module&#8217;s config.xml file: &#60;modules&#62; ..... &#60;/modules&#62; &#60;global&#62; .... &#60;/global&#62; &#60;frontend&#62; &#60;routers&#62; &#60;schurl&#62; --&#62; name that will used in the URL &#60;use&#62;standard&#60;/use&#62; ---&#62; standard means its a frontend url; [...]]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/magento-controller-action-and-what-happens-when-you-browse-a-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access getConfigData from the controller in Magento</title>
		<link>http://sree.cc/magento_ecommerce_tips/access-getconfigdata-from-the-controller-in-magento</link>
		<comments>http://sree.cc/magento_ecommerce_tips/access-getconfigdata-from-the-controller-in-magento#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:54:25 +0000</pubDate>
		<dc:creator>gayatri.sa</dc:creator>
				<category><![CDATA[Magento eCommerce Tips]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://sree.cc/?p=425</guid>
		<description><![CDATA[Quick Magento tip. If you need to access the getConfigData() function from your controller do this: Mage::getModel('&#60;name of the model for this controller&#62;')-&#62;getConfigData(&#60;fieldname&#62;); For example if you want to call getConfigData() from the Mage_Mymodule_MyworldController controller then: Mage::getModel('Mage_Mymodule_Model_Myworld')-&#62;getConfigData(&#60;fieldname&#62;);]]></description>
		<wfw:commentRss>http://sree.cc/magento_ecommerce_tips/access-getconfigdata-from-the-controller-in-magento/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: sree.cc @ 2012-02-06 09:13:24 -->
