<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>webbricks &#187; CakePHP</title>
	<atom:link href="http://blog.grzegorzpawlik.com/en/category/cakephp-en/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grzegorzpawlik.com/en/</link>
	<description>Doświadczenie, to coś, co zdobywamy tuż po chwili w której było nam potrzebne ...</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:14:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>cakephp comments</title>
		<link>http://blog.grzegorzpawlik.com/en/2010/03/cakephp-comments-2/</link>
		<comments>http://blog.grzegorzpawlik.com/en/2010/03/cakephp-comments-2/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:31:57 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CakePHP @en]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.grzegorzpawlik.com/?p=840</guid>
		<description><![CDATA[Google analytics tells me that I have a lot of gust on &#8220;cakephp comments&#8221; search phrase. They&#8217;re not happy because I have nothing to offer in this matter yet. The bounce rate on that phrase is above 99%. I don&#8217;t mind that, but don&#8217;t want to leave You without any help. So I&#8217;ll leave a [...]]]></description>
		<wfw:commentRss>http://blog.grzegorzpawlik.com/en/2010/03/cakephp-comments-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to merge edit() and add() methods in cakephp&#8230;</title>
		<link>http://blog.grzegorzpawlik.com/en/2010/03/how-to-merge-edit-and-add-methods-in-cakephp/</link>
		<comments>http://blog.grzegorzpawlik.com/en/2010/03/how-to-merge-edit-and-add-methods-in-cakephp/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 05:00:35 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CakePHP @en]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[DRY]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[View]]></category>

		<guid isPermaLink="false">http://blog.grzegorzpawlik.com/?p=825</guid>
		<description><![CDATA[When You get a closer look at baked controllers You can get the idea that they&#8217;re breaking DRY principle. Can You tell which of two methods in baked controller are almost identical? If not &#8211; check out which two views are even more similar. It&#8217;s not much of a riddle if You read title of [...]]]></description>
		<wfw:commentRss>http://blog.grzegorzpawlik.com/en/2010/03/how-to-merge-edit-and-add-methods-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Again something about Model layer im MVC architecture</title>
		<link>http://blog.grzegorzpawlik.com/en/2009/11/again-something-about-model-layer-im-mvc-architecture/</link>
		<comments>http://blog.grzegorzpawlik.com/en/2009/11/again-something-about-model-layer-im-mvc-architecture/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 16:02:21 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Agile @en]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[CakePHP @en]]></category>

		<guid isPermaLink="false">http://blog.grzegorzpawlik.com/?p=467</guid>
		<description><![CDATA[I write about models importance quite often (maybe I&#8217;ll provide translation to my previous polish-only posts). But models are important, and I found confirmation that isn&#8217;t just my imagination. It was found in a book I actually read: There&#8217;s a interesting paragraph about model layer: A model is more than just data; it enforces all [...]]]></description>
		<wfw:commentRss>http://blog.grzegorzpawlik.com/en/2009/11/again-something-about-model-layer-im-mvc-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>build in validation vs. unit testing</title>
		<link>http://blog.grzegorzpawlik.com/en/2009/10/build-in-validation-vs-unit-testing/</link>
		<comments>http://blog.grzegorzpawlik.com/en/2009/10/build-in-validation-vs-unit-testing/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:10:25 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CakePHP @en]]></category>
		<category><![CDATA[TDD in cakePHP @en]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[unit tests]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blog.grzegorzpawlik.com/?p=430</guid>
		<description><![CDATA[If You want to depend on build in model validation, You need to watch out on one pitfall Let&#8217;s assume that there&#8217;s Stuff model with this validation: $validate = array("name" => "notempty"); It works perfectly in web forms, but when You are making a unit test: $this->assertFalse( $this->Stuff->save( array("id"=> 1) ) ); //test fail Unfortunately [...]]]></description>
		<wfw:commentRss>http://blog.grzegorzpawlik.com/en/2009/10/build-in-validation-vs-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
