<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Magento &#8211; Part I : Custom Module</title>
	<atom:link href="http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/</link>
	<description>I waste my time so that you don't have to...</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:05:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: eric</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5881</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 18 Mar 2011 05:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5881</guid>
		<description>I am noticing that the Action methods in the Controllers are being called 3 time event though I have hit the URL only once. Is this a problem specific to my implementation?</description>
		<content:encoded><![CDATA[<p>I am noticing that the Action methods in the Controllers are being called 3 time event though I have hit the URL only once. Is this a problem specific to my implementation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5722</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 25 Feb 2011 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5722</guid>
		<description>Thanks for this, it was really helpful in getting my module working</description>
		<content:encoded><![CDATA[<p>Thanks for this, it was really helpful in getting my module working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Делаем модуль для Magento: подборка ссылок &#124; Mage Fast</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5450</link>
		<dc:creator>Делаем модуль для Magento: подборка ссылок &#124; Mage Fast</dc:creator>
		<pubDate>Sat, 11 Dec 2010 10:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5450</guid>
		<description>[...] http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/" rel="nofollow">http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Wright</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5231</link>
		<dc:creator>Will Wright</dc:creator>
		<pubDate>Fri, 17 Sep 2010 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5231</guid>
		<description>You can&#039;t call a module specifically, on a CMS page.  Modules, define things like Widgets and Blocks which you CAN call on a CMS page.

Check out this &lt;a href=&quot;http://www.spinonesolutions.com/2010/04/magento-cms-tags-directives/&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt; describing the various CMS tags that you can use in Magento.

Let&#039;s say that you have a Module &lt;strong&gt;Yourcompanyname_Mymodule&lt;/strong&gt; and it defines a block &lt;strong&gt;Myblock&lt;/strong&gt;.

You could instantiate that block inside a CMS page by doing:

{{block type=&quot;Yourcompanyname_Mymodule/Myblock&quot;}}

You&#039;d probably create attributes in class Myblock to customize it and they could be passed in by doing:

{{block type=&quot;Yourcompanyname_Mymodule/Myblock&quot; param1=&quot;value1&quot; param2=&quot;value2&quot;}}

Hope that helps!</description>
		<content:encoded><![CDATA[<p>You can&#8217;t call a module specifically, on a CMS page.  Modules, define things like Widgets and Blocks which you CAN call on a CMS page.</p>
<p>Check out this <a href="http://www.spinonesolutions.com/2010/04/magento-cms-tags-directives/" rel="nofollow">post</a> describing the various CMS tags that you can use in Magento.</p>
<p>Let&#8217;s say that you have a Module <strong>Yourcompanyname_Mymodule</strong> and it defines a block <strong>Myblock</strong>.</p>
<p>You could instantiate that block inside a CMS page by doing:</p>
<p>{{block type=&#8221;Yourcompanyname_Mymodule/Myblock&#8221;}}</p>
<p>You&#8217;d probably create attributes in class Myblock to customize it and they could be passed in by doing:</p>
<p>{{block type=&#8221;Yourcompanyname_Mymodule/Myblock&#8221; param1=&#8221;value1&#8243; param2=&#8221;value2&#8243;}}</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johny</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5229</link>
		<dc:creator>johny</dc:creator>
		<pubDate>Fri, 17 Sep 2010 06:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5229</guid>
		<description>Hi,
thanks for the tutorial i m new to magento i added the module but how can i call it on  a CMS page.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for the tutorial i m new to magento i added the module but how can i call it on  a CMS page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florent</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5163</link>
		<dc:creator>Florent</dc:creator>
		<pubDate>Fri, 06 Aug 2010 13:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5163</guid>
		<description>Thank you for this tutorial (and the next) ! 

I&#039;d like I&#039;ve discovered it sooner to prevent wasting time with the silly naming (un)conventions of magento.</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial (and the next) ! </p>
<p>I&#8217;d like I&#8217;ve discovered it sooner to prevent wasting time with the silly naming (un)conventions of magento.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Writing a Custom Magento Module &#124; Welcome to bandesha.com</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5152</link>
		<dc:creator>Writing a Custom Magento Module &#124; Welcome to bandesha.com</dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5152</guid>
		<description>[...] Magento – Part I : Custom Module – SpinOneSolutions [...]</description>
		<content:encoded><![CDATA[<p>[...] Magento – Part I : Custom Module – SpinOneSolutions [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Wright</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5098</link>
		<dc:creator>Will Wright</dc:creator>
		<pubDate>Mon, 28 Jun 2010 14:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5098</guid>
		<description>What is that you&#039;re trying to do?</description>
		<content:encoded><![CDATA[<p>What is that you&#8217;re trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5096</link>
		<dc:creator>deepak</dc:creator>
		<pubDate>Sun, 27 Jun 2010 06:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5096</guid>
		<description>i got it very clear and useful but how to call this module ..mens where is view can anyone tell me please?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????</description>
		<content:encoded><![CDATA[<p>i got it very clear and useful but how to call this module ..mens where is view can anyone tell me please?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.spinonesolutions.com/2009/09/magento-custom-module-part-i/comment-page-1/#comment-5084</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.spinonesolutions.com/?p=336#comment-5084</guid>
		<description>Thanks for the great tutorial! Great for Magento newbies to get an idea where to start.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial! Great for Magento newbies to get an idea where to start.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

