<?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>Crazy&#039;s Blog &#187; CakePHP</title>
	<atom:link href="http://blog.crazytje.be/tag/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crazytje.be</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 20:27:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing the Session ID in CakePHP</title>
		<link>http://blog.crazytje.be/changing-the-session-id-in-cakephp/</link>
		<comments>http://blog.crazytje.be/changing-the-session-id-in-cakephp/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:58:52 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=95</guid>
		<description><![CDATA[Ever wanted to set your own session id?
Well, I did. I was creating a webservice where authentication would be done with a &#8216;token&#8217;.
This token would simply be a random guid given to that user after he logged on with his username/password.
Now, this random guid/string would be the session ID.
That way, if the user does an [...]]]></description>
		<wfw:commentRss>http://blog.crazytje.be/changing-the-session-id-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP: Extending the AppController</title>
		<link>http://blog.crazytje.be/cakephp-extending-the-appcontroller/</link>
		<comments>http://blog.crazytje.be/cakephp-extending-the-appcontroller/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 21:17:29 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[app controller]]></category>
		<category><![CDATA[extending classes]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=90</guid>
		<description><![CDATA[Ever wanted to split off functionality to a base class other then AppController?
This is what was needed to prevent typing the same code over and over again in a project of mine.
The app controller is great and all, but it&#8217;s just one class and you might want some functionality in only a part of your [...]]]></description>
		<wfw:commentRss>http://blog.crazytje.be/cakephp-extending-the-appcontroller/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XML to Array and Array to Xml in CakePHP</title>
		<link>http://blog.crazytje.be/xml-to-array-and-array-to-xml-in-cakephp/</link>
		<comments>http://blog.crazytje.be/xml-to-array-and-array-to-xml-in-cakephp/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:52:41 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmlhelper]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=86</guid>
		<description><![CDATA[When working with xml allot, you&#8217;ll find that this little &#8216;trick&#8217; might come in handy.
Editing large xml structures is a pain. So why not convert them to a nice array?
It&#8217;s done like this:
The xml:

&#60;PipeMsg&#62;
    &#60;Header&#62;
        &#60;Task&#62;Logon&#60;/Task&#62;
	&#60;AuthenticationToken&#62;sdfdg4-hkjty45-4544-sdfdsf4&#60;/AuthenticationToken&#62;
	&#60;CreationDstamp&#62;54641215&#60;/CreationDstamp&#62;
    &#60;/Header&#62;
    &#60;Body&#62;
	&#60;UserName&#62;Crazy&#60;/UserName&#62;
	&#60;Password&#62;cinderella &#60;/Password&#62;
 [...]]]></description>
		<wfw:commentRss>http://blog.crazytje.be/xml-to-array-and-array-to-xml-in-cakephp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
