<?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: Developing Content Management System With CodeIgniter &#8211; Part 1</title>
	<atom:link href="http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/</link>
	<description>coding, freelancing, entrepreneurship and more</description>
	<lastBuildDate>Wed, 19 Oct 2011 02:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: Udi Mosayev</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-201</link>
		<dc:creator>Udi Mosayev</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-201</guid>
		<description>Hi,
first of all - thanks for you comments, its always nice to get such good feedback from readers.

Now, the auto-load feature is great! and I do use it, but only for models I access from more then 1 place in my application.
Most of the time, the pages accessed from 1 module [3-4 controllers in my /pages/ module] and There is no need for me to auto-load -models/pages/mpage.php

To read more about the way I structure my applications you can read the next posts of this series. 

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first of all &#8211; thanks for you comments, its always nice to get such good feedback from readers.</p>
<p>Now, the auto-load feature is great! and I do use it, but only for models I access from more then 1 place in my application.<br />
Most of the time, the pages accessed from 1 module [3-4 controllers in my /pages/ module] and There is no need for me to auto-load -models/pages/mpage.php</p>
<p>To read more about the way I structure my applications you can read the next posts of this series. </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udi Mosayev</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-944</link>
		<dc:creator>Udi Mosayev</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-944</guid>
		<description>Hi,
first of all - thanks for you comments, its always nice to get such good feedback from readers.

Now, the auto-load feature is great! and I do use it, but only for models I access from more then 1 place in my application.
Most of the time, the pages accessed from 1 module [3-4 controllers in my /pages/ module] and There is no need for me to auto-load -models/pages/mpage.php

To read more about the way I structure my applications you can read the next posts of this series. 

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first of all &#8211; thanks for you comments, its always nice to get such good feedback from readers.</p>
<p>Now, the auto-load feature is great! and I do use it, but only for models I access from more then 1 place in my application.<br />
Most of the time, the pages accessed from 1 module [3-4 controllers in my /pages/ module] and There is no need for me to auto-load -models/pages/mpage.php</p>
<p>To read more about the way I structure my applications you can read the next posts of this series. </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhjeet</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-168</link>
		<dc:creator>Prabhjeet</dc:creator>
		<pubDate>Mon, 08 Mar 2010 08:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-168</guid>
		<description>well, I want to share one thing here dude!
I manage my Models in different directories.
Here is what I do:
for example if i have directory structure for my few models like this:
www.example.com/application/models/admin/madmins.php
www.example.com/application/models/admin/mpages.php
www.example.com/application/models/mwidgets.php

i put them in cofig file as below:

$autoload[&#039;model&#039;] = array(array(&#039;admin/MAdmins&#039;, &#039;admin/MPages&#039;), &#039;MWidgets&#039;);

and it manage my models also very clean.
lol, and sorry for my english, its my 2nd language.

:)</description>
		<content:encoded><![CDATA[<p>well, I want to share one thing here dude!<br />
I manage my Models in different directories.<br />
Here is what I do:<br />
for example if i have directory structure for my few models like this:<br />
<a href="http://www.example.com/application/models/admin/madmins.php" rel="nofollow">http://www.example.com/application/models/admin/madmins.php</a><br />
<a href="http://www.example.com/application/models/admin/mpages.php" rel="nofollow">http://www.example.com/application/models/admin/mpages.php</a><br />
<a href="http://www.example.com/application/models/mwidgets.php" rel="nofollow">http://www.example.com/application/models/mwidgets.php</a></p>
<p>i put them in cofig file as below:</p>
<p>$autoload['model'] = array(array(&#8216;admin/MAdmins&#8217;, &#8216;admin/MPages&#8217;), &#8216;MWidgets&#8217;);</p>
<p>and it manage my models also very clean.<br />
lol, and sorry for my english, its my 2nd language.</p>
<p> <img src='http://udiudi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhjeet</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-943</link>
		<dc:creator>Prabhjeet</dc:creator>
		<pubDate>Mon, 08 Mar 2010 08:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-943</guid>
		<description>well, I want to share one thing here dude!
I manage my Models in different directories.
Here is what I do:
for example if i have directory structure for my few models like this:
www.example.com/application/models/admin/madmins.php
www.example.com/application/models/admin/mpages.php
www.example.com/application/models/mwidgets.php

i put them in cofig file as below:

$autoload[&#039;model&#039;] = array(array(&#039;admin/MAdmins&#039;, &#039;admin/MPages&#039;), &#039;MWidgets&#039;);

and it manage my models also very clean.
lol, and sorry for my english, its my 2nd language.

:)</description>
		<content:encoded><![CDATA[<p>well, I want to share one thing here dude!<br />
I manage my Models in different directories.<br />
Here is what I do:<br />
for example if i have directory structure for my few models like this:<br />
<a href="http://www.example.com/application/models/admin/madmins.php" rel="nofollow">http://www.example.com/application/models/admin/madmins.php</a><br />
<a href="http://www.example.com/application/models/admin/mpages.php" rel="nofollow">http://www.example.com/application/models/admin/mpages.php</a><br />
<a href="http://www.example.com/application/models/mwidgets.php" rel="nofollow">http://www.example.com/application/models/mwidgets.php</a></p>
<p>i put them in cofig file as below:</p>
<p>$autoload['model'] = array(array(&#8216;admin/MAdmins&#8217;, &#8216;admin/MPages&#8217;), &#8216;MWidgets&#8217;);</p>
<p>and it manage my models also very clean.<br />
lol, and sorry for my english, its my 2nd language.</p>
<p> <img src='http://udiudi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhjeet</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-166</link>
		<dc:creator>Prabhjeet</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-166</guid>
		<description>u rock man!
these tuts are grt.
:)</description>
		<content:encoded><![CDATA[<p>u rock man!<br />
these tuts are grt.<br />
 <img src='http://udiudi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhjeet</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-942</link>
		<dc:creator>Prabhjeet</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-942</guid>
		<description>u rock man!
these tuts are grt.
:)</description>
		<content:encoded><![CDATA[<p>u rock man!<br />
these tuts are grt.<br />
 <img src='http://udiudi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Developing Content Managment System With CodeIgniter &#8211; Part 2 &#171; Udi Mosayev</title>
		<link>http://udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/comment-page-1/#comment-68</link>
		<dc:creator>Developing Content Managment System With CodeIgniter &#8211; Part 2 &#171; Udi Mosayev</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://udiudi.com/?p=62#comment-68</guid>
		<description>[...] Developing Content Managment System With CodeIgniter &#8211; Part 2 Hi, if  you haven&#039;t read my previous post, please read it now: Developing Content Management System With CodeIgniter Part 1. [...]</description>
		<content:encoded><![CDATA[<p>[...] Developing Content Managment System With CodeIgniter &#8211; Part 2 Hi, if  you haven&#39;t read my previous post, please read it now: Developing Content Management System With CodeIgniter Part 1. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/feed/ ) in 1.56545 seconds, on Jan 31st, 2012 at 3:00 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 7th, 2012 at 3:00 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  udiudi.com/2009/11/25/developing-content-managment-system-with-codeigniter-part-1/feed/ ) in 0.02359 seconds, on Feb 5th, 2012 at 2:19 am UTC. -->
