<?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: My First application on CakePHP</title>
	<atom:link href="http://raynux.com/blog/2007/08/14/my-first-application-on-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://raynux.com/blog/2007/08/14/my-first-application-on-cakephp/</link>
	<description>Rayhan's Personal Web Blog Site</description>
	<lastBuildDate>Tue, 10 Aug 2010 02:52:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: rayhan</title>
		<link>http://raynux.com/blog/2007/08/14/my-first-application-on-cakephp/comment-page-1/#comment-3</link>
		<dc:creator>rayhan</dc:creator>
		<pubDate>Mon, 03 Dec 2007 05:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://raynux.com/blog/?p=6#comment-3</guid>
		<description>Thank you joshdavey for you comment</description>
		<content:encoded><![CDATA[<p>Thank you joshdavey for you comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshdavey</title>
		<link>http://raynux.com/blog/2007/08/14/my-first-application-on-cakephp/comment-page-1/#comment-2</link>
		<dc:creator>joshdavey</dc:creator>
		<pubDate>Tue, 14 Aug 2007 15:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://raynux.com/blog/?p=6#comment-2</guid>
		<description>Ever try Madeam? It&#039;s a lot like codeigniter in that it&#039;s fairly relaxed about forcing the MVC model on you and has a really nice way of doing things.

For example to set a relationship in a model you just do this:

var $has_many_comments;

If you want to validate a field you just do this:

var $validate_title_isnotempty = array(&#039;message&#039; =&gt; &#039;Please fill in the title&#039;);

You might want to check it out. PHP 5 only though.
www.madeam.com</description>
		<content:encoded><![CDATA[<p>Ever try Madeam? It&#8217;s a lot like codeigniter in that it&#8217;s fairly relaxed about forcing the MVC model on you and has a really nice way of doing things.</p>
<p>For example to set a relationship in a model you just do this:</p>
<p>var $has_many_comments;</p>
<p>If you want to validate a field you just do this:</p>
<p>var $validate_title_isnotempty = array(&#8216;message&#8217; =&gt; &#8216;Please fill in the title&#8217;);</p>
<p>You might want to check it out. PHP 5 only though.<br />
<a href="http://www.madeam.com" rel="nofollow">http://www.madeam.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
