<?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 Best Practices &#8211; Controller</title>
	<atom:link href="http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/</link>
	<description>Where engineering meets art</description>
	<lastBuildDate>Sun, 17 Jan 2010 04:31:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: apoc</title>
		<link>http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/#comment-11299</link>
		<dc:creator>apoc</dc:creator>
		<pubDate>Sun, 17 Jan 2010 04:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/#comment-11299</guid>
		<description>I would like to read more about best practices on Models and Views and another thing is, where do you put your validation rules configuration? I assume inside the controller?</description>
		<content:encoded><![CDATA[<p>I would like to read more about best practices on Models and Views and another thing is, where do you put your validation rules configuration? I assume inside the controller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/#comment-61</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Aug 2008 00:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/#comment-61</guid>
		<description>Opps, the $msg in the flash message should be an actual message in string (e.g. &#039;file saved successfully&#039; or &#039;edited file successfully&#039;).

Thanks for the correction.</description>
		<content:encoded><![CDATA[<p>Opps, the $msg in the flash message should be an actual message in string (e.g. &#8216;file saved successfully&#8217; or &#8216;edited file successfully&#8217;).</p>
<p>Thanks for the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/#comment-60</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Mon, 11 Aug 2008 00:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rendervault.com/2008/08/01/codeigniter-best-practices-controller/#comment-60</guid>
		<description>Why you set session flash when $msg == &#039;&#039; ? It&#039;s empty. Right?

 if($msg == &#039;&#039;)
{
$this-&gt;session-&gt;set_flashmessage(&#039;msg&#039;, $msg);
redirect(&#039;management/listposts&#039;);</description>
		<content:encoded><![CDATA[<p>Why you set session flash when $msg == &#8221; ? It&#8217;s empty. Right?</p>
<p> if($msg == &#8221;)<br />
{<br />
$this-&gt;session-&gt;set_flashmessage(&#8216;msg&#8217;, $msg);<br />
redirect(&#8216;management/listposts&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

