<?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: Using Custom Table for Custom Module in Magento</title>
	<atom:link href="http://subesh.com.np/2010/01/custom-table-custom-module-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/</link>
	<description>PHP &#38; Magento Tips and Tutorials</description>
	<lastBuildDate>Thu, 17 May 2012 05:29:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Arthur Buckley</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-712</link>
		<dc:creator>Arthur Buckley</dc:creator>
		<pubDate>Wed, 02 May 2012 11:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-712</guid>
		<description>Thank you for your usefull information.I like this kind of post which tell us much wonderfull massage.</description>
		<content:encoded><![CDATA[<p>Thank you for your usefull information.I like this kind of post which tell us much wonderfull massage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetNuke Development &#187; custom module oscommerce &#8211; Magento Custom Module Development</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-276</link>
		<dc:creator>DotNetNuke Development &#187; custom module oscommerce &#8211; Magento Custom Module Development</dc:creator>
		<pubDate>Fri, 29 Oct 2010 09:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-276</guid>
		<description>[...] If you want to create a custom module in Magento that has something to do with storing data into a custom table and using that later, then this is just the right post you have bumped into! I will presume that you already know about Models in Magento, what are they and how you can create them. Also I will presume that you will also know the basic module structure in Magento. You will have to place this in your config.xml   view sourceprint? [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to create a custom module in Magento that has something to do with storing data into a custom table and using that later, then this is just the right post you have bumped into! I will presume that you already know about Models in Magento, what are they and how you can create them. Also I will presume that you will also know the basic module structure in Magento. You will have to place this in your config.xml   view sourceprint? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pablo</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-275</link>
		<dc:creator>pablo</dc:creator>
		<pubDate>Sat, 10 Jul 2010 10:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-275</guid>
		<description>Is it possible to use custom table rows as attributes of a product?
For example, I have a Country table and I need to let the admin select countries that an electronic product can work in.
I don&#039;t think country can be an attribute because I also need to save country in the user profile and have some info per country.

Thanks</description>
		<content:encoded><![CDATA[<p>Is it possible to use custom table rows as attributes of a product?<br />
For example, I have a Country table and I need to let the admin select countries that an electronic product can work in.<br />
I don&#8217;t think country can be an attribute because I also need to save country in the user profile and have some info per country.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toni Anicic</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-274</link>
		<dc:creator>Toni Anicic</dc:creator>
		<pubDate>Mon, 19 Apr 2010 07:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-274</guid>
		<description>LoL, sorry Subesh, I didn&#039;t see this till now :) Tweeted now.</description>
		<content:encoded><![CDATA[<p>LoL, sorry Subesh, I didn&#8217;t see this till now <img src='http://subesh.com.np/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Tweeted now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subesh Pokhrel</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-273</link>
		<dc:creator>Subesh Pokhrel</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-273</guid>
		<description>Thanks for the compliments.. :P

As I see you have two problems left one is storing data from frontend and next is retrieving customer specific data.

For the First, you can go through the admin controller of the Module Created to save data. You just need to set the post array and assign it to the Model and save.

Next on retrieving data you need to add a function collection to retrieve individual data. Please post what can you do or what have to done and I may guide you further.

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the compliments.. <img src='http://subesh.com.np/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>As I see you have two problems left one is storing data from frontend and next is retrieving customer specific data.</p>
<p>For the First, you can go through the admin controller of the Module Created to save data. You just need to set the post array and assign it to the Model and save.</p>
<p>Next on retrieving data you need to add a function collection to retrieve individual data. Please post what can you do or what have to done and I may guide you further.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prakash</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-272</link>
		<dc:creator>prakash</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-272</guid>
		<description>Hi Subesh

Sir you are doing very nice work , and sharing your work is helping other people to learn easier. I want to thank you for giving your time and sharing it , Really very good job , thanks a ton

Sir I have to add a module which will store creditcard information in the left tab of customer my account , I created a new module -&gt; with http://www.magentocommerce.com/wiki/custom_module_with_custom_database_table , and with your blog too.

1 Table got created named creditcard
2 I am successful in fetching data through that table on frontend .
3 How to store data in the creditcard from frontend
4 And During fetching it is showing all the rows , how to limit it to customer specific fetching</description>
		<content:encoded><![CDATA[<p>Hi Subesh</p>
<p>Sir you are doing very nice work , and sharing your work is helping other people to learn easier. I want to thank you for giving your time and sharing it , Really very good job , thanks a ton</p>
<p>Sir I have to add a module which will store creditcard information in the left tab of customer my account , I created a new module -&gt; with <a href="http://www.magentocommerce.com/wiki/custom_module_with_custom_database_table" rel="nofollow">http://www.magentocommerce.com/wiki/custom_module_with_custom_database_table</a> , and with your blog too.</p>
<p>1 Table got created named creditcard<br />
2 I am successful in fetching data through that table on frontend .<br />
3 How to store data in the creditcard from frontend<br />
4 And During fetching it is showing all the rows , how to limit it to customer specific fetching</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Setter</title>
		<link>http://subesh.com.np/2010/01/custom-table-custom-module-magento/#comment-271</link>
		<dc:creator>Matthew Setter</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://subesh.com.np/?p=177#comment-271</guid>
		<description>This really helped me clarify a config issue I had. Thanks for posting it.</description>
		<content:encoded><![CDATA[<p>This really helped me clarify a config issue I had. Thanks for posting it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

