<?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>Jonny Reeves &#187; CakePHP</title>
	<atom:link href="http://www.jonnyreeves.co.uk/tag/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk</link>
	<description>ActionScript Developer</description>
	<lastBuildDate>Sat, 28 Jan 2012 11:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Validating Image Uploads in CakePHP</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 21:17:46 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[libgd]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=53</guid>
		<description><![CDATA[Following on from my article on CakePHP &#8211; Uploaded File Validation in Models, today&#8217;s snippet will show you how to use Cake&#8217;s validation rules to reject invalid images, or images which do not conform to a specified mime-type. This code &#8230; <a href="http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/06/validating-image-uploads-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Open_Basedir Restriction in Effect</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/cakephp-open_basedir-restriction-in-effect/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/06/cakephp-open_basedir-restriction-in-effect/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:37:17 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=40</guid>
		<description><![CDATA[Just deployed a CakePHP on a domain running PLESK and dismayed by the fact that your screen is over-flowing with warning about open_basedir restriction in effect? Fear not, the solution is straight forward (if a little frustrating to track down!) &#8230; <a href="http://www.jonnyreeves.co.uk/2008/06/cakephp-open_basedir-restriction-in-effect/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/06/cakephp-open_basedir-restriction-in-effect/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Uploaded File Validation in Models</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/cakephp-uploaded-file-validation-in-models/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/06/cakephp-uploaded-file-validation-in-models/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 14:56:26 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=37</guid>
		<description><![CDATA[Allowing uploaded files from users in PHP is fraught with danger, however by using CakePHP 1.2 and a little bit of Validation magic we can make things a little safer. First, lets start by creating a simple upload form where &#8230; <a href="http://www.jonnyreeves.co.uk/2008/06/cakephp-uploaded-file-validation-in-models/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/06/cakephp-uploaded-file-validation-in-models/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CakePHP, Using CounterCache to keep track of Comments</title>
		<link>http://www.jonnyreeves.co.uk/2008/05/cakephp-using-countercache-to-keep-track-of-comments/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/05/cakephp-using-countercache-to-keep-track-of-comments/#comments</comments>
		<pubDate>Sat, 31 May 2008 18:59:06 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[countercache]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=35</guid>
		<description><![CDATA[CounterCache is one of the new Core Model Behaviors in CakePHP 1.2 and it&#8217;s an absolute life saver for working with hasMany relationships where you want to OrderBy one of the children. The basic idea behind a CounterCache is to &#8230; <a href="http://www.jonnyreeves.co.uk/2008/05/cakephp-using-countercache-to-keep-track-of-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/05/cakephp-using-countercache-to-keep-track-of-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Vimeo Helper</title>
		<link>http://www.jonnyreeves.co.uk/2008/05/cakephp-vimeo-helper/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/05/cakephp-vimeo-helper/#comments</comments>
		<pubDate>Mon, 26 May 2008 09:37:01 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Video on the Web]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vimeo]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=34</guid>
		<description><![CDATA[I&#8217;ve just posted a new Helper over at the bakery to assist with embedding Vidoes from Vimeo.com on your CakePHP site. The helper grants you access to all configuration flags for the player. Grab it here, happy baking! As a &#8230; <a href="http://www.jonnyreeves.co.uk/2008/05/cakephp-vimeo-helper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/05/cakephp-vimeo-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Registration with CakePHP 1.2 and Auth Component</title>
		<link>http://www.jonnyreeves.co.uk/2008/05/user-registration-with-cakephp-12-and-auth-component/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/05/user-registration-with-cakephp-12-and-auth-component/#comments</comments>
		<pubDate>Sat, 24 May 2008 10:54:46 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[auth]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=33</guid>
		<description><![CDATA[With CakePHP 1.2 nearly reaching the RC release, I have started using it as the framework for my own applications.  Once of the new features of 1.2 over 1.1 is the addition of numerous core Components for handling things such &#8230; <a href="http://www.jonnyreeves.co.uk/2008/05/user-registration-with-cakephp-12-and-auth-component/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/05/user-registration-with-cakephp-12-and-auth-component/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

