<?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>ter Smitten&#039;s &#187; cakePHP</title>
	<atom:link href="http://blog.tersmitten.nl/archives/tag/cakephp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tersmitten.nl</link>
	<description>Geek stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:28:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to debug SQL queries from a controller in cakePHP</title>
		<link>http://blog.tersmitten.nl/archives/1172</link>
		<comments>http://blog.tersmitten.nl/archives/1172#comments</comments>
		<pubDate>Sun, 12 Jun 2011 18:53:42 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1172</guid>
		<description><![CDATA[While debugging SQL queries with: &#60; ?php echo $this-&#62;element&#40;'sql_dump'&#41;; ?&#62; (in your layout) or DebugKit works great, you have to `render` for it to work. In this particular case that was a problem because I had an `exit;` statement in the middle of my controller to prevent redirection. The following statement was my rescue: $log [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1172/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Slug generator</title>
		<link>http://blog.tersmitten.nl/archives/1145</link>
		<comments>http://blog.tersmitten.nl/archives/1145#comments</comments>
		<pubDate>Thu, 28 Apr 2011 12:30:19 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[Commandline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=1145</guid>
		<description><![CDATA[For a project I was working on I was in desperate need for a tool to generate slugs. Of course there are like million functions that can do that. We have the Mootools function String.Slugify, we have cakePHP&#8217;s function Inflector::slug et cetera. But there are no commandline or online tools that use these functions. So [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/1145/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to overcome the unserialize error in cakephp 1.3.1 on Windows</title>
		<link>http://blog.tersmitten.nl/archives/977</link>
		<comments>http://blog.tersmitten.nl/archives/977#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:14:36 +0000</pubDate>
		<dc:creator>tersmitten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.tersmitten.nl/?p=977</guid>
		<description><![CDATA[Yesterday I did an upgrade from cake 1.30 to 1.31 on my Windows 2003 server. Unfortunately there was a problem with the cache files: Notice (8): unserialize() [function.unserialize]: Error at offset 0 of 1391 bytes [CORE\cake\libs\cache\file.php, line 176] Fortunately, finding an solution wasn&#8217;t to hard. A removed trim() seemed to be the culprit: cake/libs/file.php View [...]]]></description>
		<wfw:commentRss>http://blog.tersmitten.nl/archives/977/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

