<?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: CodeIgniter: Extending the native &#8216;Model&#8217; and make it your own.</title>
	<atom:link href="http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 16:15:13 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: welson santos</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-13230</link>
		<dc:creator>welson santos</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-13230</guid>
		<description>hi friend, I tried to make this example and don&#039;t run, I created one file with name MY_Model in folder application/liberies, and last I created other file that extends MY_Model e saved in folder application/models and don&#039;t run

where I wrong ?</description>
		<content:encoded><![CDATA[<p>hi friend, I tried to make this example and don&#8217;t run, I created one file with name MY_Model in folder application/liberies, and last I created other file that extends MY_Model e saved in folder application/models and don&#8217;t run</p>
<p>where I wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-7294</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 25 Mar 2009 00:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-7294</guid>
		<description>This is helpful...

I think this kind of thinking is one of the qualities of CI, without being able to extend it as such would mean a far more limited framwork...

After all we are only just playing with standard php classes and objects....

Thanks for the post</description>
		<content:encoded><![CDATA[<p>This is helpful&#8230;</p>
<p>I think this kind of thinking is one of the qualities of CI, without being able to extend it as such would mean a far more limited framwork&#8230;</p>
<p>After all we are only just playing with standard php classes and objects&#8230;.</p>
<p>Thanks for the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Md Emran Hasan</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-6404</link>
		<dc:creator>Md Emran Hasan</dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-6404</guid>
		<description>I&#039;m glad the author has pointed to the &quot;Extended Model&quot; solution by me. I&#039;d like to know the readers that there is an updated which does not require you to replace the core library. Have a look:

http://www.phpfour.com/blog/2009/02/updated-http-class-extended-model-codeigniter-cross-domain-ajax-php/

Cheers!</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the author has pointed to the &#8220;Extended Model&#8221; solution by me. I&#8217;d like to know the readers that there is an updated which does not require you to replace the core library. Have a look:</p>
<p><a href="http://www.phpfour.com/blog/2009/02/updated-http-class-extended-model-codeigniter-cross-domain-ajax-php/" rel="nofollow">http://www.phpfour.com/blog/2009/02/updated-http-class-extended-model-codeigniter-cross-domain-ajax-php/</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérôme</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-4509</link>
		<dc:creator>Jérôme</dc:creator>
		<pubDate>Tue, 09 Dec 2008 05:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-4509</guid>
		<description>Thank you for that! It wasn&#039;t working for me because I was trying to extend CI_Model instead of just Model :)</description>
		<content:encoded><![CDATA[<p>Thank you for that! It wasn&#8217;t working for me because I was trying to extend CI_Model instead of just Model <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-3606</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-3606</guid>
		<description>hi Jason

I&#039;m just sticking to the convention stated by CodeIgniter. CodeIgniter is written to be compatible with PHP 4. See the CI wiki
http://codeigniter.com/user_guide/overview/at_a_glance.html

Thanks</description>
		<content:encoded><![CDATA[<p>hi Jason</p>
<p>I&#8217;m just sticking to the convention stated by CodeIgniter. CodeIgniter is written to be compatible with PHP 4. See the CI wiki<br />
<a href="http://codeigniter.com/user_guide/overview/at_a_glance.html" rel="nofollow">http://codeigniter.com/user_guide/overview/at_a_glance.html</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-3589</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-3589</guid>
		<description>Just a question....
Why the use of Model_name() constructor instead of __construct()?</description>
		<content:encoded><![CDATA[<p>Just a question&#8230;.<br />
Why the use of Model_name() constructor instead of __construct()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fresh Links November 10th, 2008 &#124; News &#124; Server-Side Magazine</title>
		<link>http://www.askaboutphp.com/50/codeigniter-extending-the-native-model-and-make-it-your-own.html/comment-page-1#comment-3521</link>
		<dc:creator>Fresh Links November 10th, 2008 &#124; News &#124; Server-Side Magazine</dc:creator>
		<pubDate>Mon, 10 Nov 2008 09:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=50#comment-3521</guid>
		<description>[...] CodeIgniter: Extending the native ‘Model’ and make it your own [...]</description>
		<content:encoded><![CDATA[<p>[...] CodeIgniter: Extending the native ‘Model’ and make it your own [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
