<?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: Code Igniter Template Tutorial</title>
	<atom:link href="http://ericlbarnes.com/develop/code-igniter-template-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/</link>
	<description>68 Classifieds, Business, Tech, Life, and Whatever else</description>
	<lastBuildDate>Wed, 03 Mar 2010 15:55:39 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gdfgs</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-2/#comment-797</link>
		<dc:creator>gdfgs</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-797</guid>
		<description>ghjhf</description>
		<content:encoded><![CDATA[<p>ghjhf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-788</link>
		<dc:creator>CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-788</guid>
		<description>[...] Code Igniter Template Tutorial -Another template tutorial for CodeIgniter. [...]</description>
		<content:encoded><![CDATA[<p>[...] Code Igniter Template Tutorial -Another template tutorial for CodeIgniter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Barnes</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-746</link>
		<dc:creator>Eric Barnes</dc:creator>
		<pubDate>Mon, 23 Nov 2009 13:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-746</guid>
		<description>Billy glad it helped!  Here is a full file from 68kb - knowledge base app - that may show how I used it with a settings table: &lt;a href=&quot;http://code.google.com/p/68kb/source/browse/trunk/upload/includes/application/models/init_model.php&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/68kb/source/browse/tru...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Billy glad it helped!  Here is a full file from 68kb &#8211; knowledge base app &#8211; that may show how I used it with a settings table: <a href="http://code.google.com/p/68kb/source/browse/trunk/upload/includes/application/models/init_model.php" rel="nofollow"></a><a href="http://code.google.com/p/68kb/source/browse/tru.." rel="nofollow">http://code.google.com/p/68kb/source/browse/tru..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Bateman</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-744</link>
		<dc:creator>Billy Bateman</dc:creator>
		<pubDate>Sat, 21 Nov 2009 04:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-744</guid>
		<description>Love it, I had to makes some changes to it to work with matchbox, but in general this was the easiest and quickest template parser that we ever imagined finding.&lt;br&gt;&lt;br&gt;Adding in some coding now to pull settings from a db table.&lt;br&gt;&lt;br&gt;Anyone needing the same email and we will send you a copy.</description>
		<content:encoded><![CDATA[<p>Love it, I had to makes some changes to it to work with matchbox, but in general this was the easiest and quickest template parser that we ever imagined finding.</p>
<p>Adding in some coding now to pull settings from a db table.</p>
<p>Anyone needing the same email and we will send you a copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Barnes</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-643</link>
		<dc:creator>Eric Barnes</dc:creator>
		<pubDate>Sat, 19 Sep 2009 19:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-643</guid>
		<description>Thanks for the comment.  I also just found a nice little screen cast that uses a similar approach: &lt;br&gt;&lt;a href=&quot;http://screenr.com/YO7&quot; rel=&quot;nofollow&quot;&gt;http://screenr.com/YO7&lt;/a&gt;&lt;br&gt;&lt;br&gt;They don&#039;t use the model like I do but should give a good example of the idea.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment.  I also just found a nice little screen cast that uses a similar approach: <br /><a href="http://screenr.com/YO7" rel="nofollow">http://screenr.com/YO7</a></p>
<p>They don&#39;t use the model like I do but should give a good example of the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-642</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Sat, 19 Sep 2009 03:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-642</guid>
		<description>Thank you~ I needed to create a template system for my project and have been thinking of ways to do it. This is very straight forward and simple, perfect for what I need :)</description>
		<content:encoded><![CDATA[<p>Thank you~ I needed to create a template system for my project and have been thinking of ways to do it. This is very straight forward and simple, perfect for what I need <img src='http://ericlbarnes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Barnes</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-361</link>
		<dc:creator>Eric Barnes</dc:creator>
		<pubDate>Tue, 07 Jul 2009 13:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-361</guid>
		<description>That is the joy of CI. You can put things where you want. To me the model since although it could really be in a controller that is extended.</description>
		<content:encoded><![CDATA[<p>That is the joy of CI. You can put things where you want. To me the model since although it could really be in a controller that is extended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Larson</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-359</link>
		<dc:creator>Joel Larson</dc:creator>
		<pubDate>Tue, 07 Jul 2009 08:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-359</guid>
		<description>I&#039;m curious as to know why you set this up in a model, rather than a library or helper. Models hold your query / database calls (or that&#039;s what I limit mine too).</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious as to know why you set this up in a model, rather than a library or helper. Models hold your query / database calls (or that&#8217;s what I limit mine too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vernon</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-293</link>
		<dc:creator>Vernon</dc:creator>
		<pubDate>Fri, 12 Jun 2009 12:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-293</guid>
		<description>There&#039;s also a really nice Template Library I found online today while searching (which is where I found you) that is really easy to use.  You, or others, might want to check it out too.  http://maestric.com/en/doc/php/codeigniter_template</description>
		<content:encoded><![CDATA[<p>There&#8217;s also a really nice Template Library I found online today while searching (which is where I found you) that is really easy to use.  You, or others, might want to check it out too.  <a href="http://maestric.com/en/doc/php/codeigniter_template" rel="nofollow">http://maestric.com/en/doc/php/codeigniter_template</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeigniter Linkliste &#171; H79.de</title>
		<link>http://ericlbarnes.com/develop/code-igniter-template-tutorial/comment-page-1/#comment-246</link>
		<dc:creator>Codeigniter Linkliste &#171; H79.de</dc:creator>
		<pubDate>Fri, 10 Apr 2009 14:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://ericlbarnes.com/?p=94#comment-246</guid>
		<description>[...] CI Templates (Barnes) - EN [...]</description>
		<content:encoded><![CDATA[<p>[...] CI Templates (Barnes) &#8211; EN [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
