<?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>freude-code</title>
	<atom:link href="http://www.freude-co.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freude-co.de</link>
	<description>PHP, CakePHP und MySQL</description>
	<lastBuildDate>Wed, 08 Jun 2011 13:38:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Bitoperator Vergleich</title>
		<link>http://www.freude-co.de/2011/06/08/bitoperator-vergleich/</link>
		<comments>http://www.freude-co.de/2011/06/08/bitoperator-vergleich/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 13:38:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=330</guid>
		<description><![CDATA[Wenn $this-&#62;numberOfRows gerade ist, wird die if Anweisung durchgeführt: $delimiter = 1; if( $this-&#62;numbersOfRow &#38; 1 ) { $delimiter = 2; }]]></description>
		<wfw:commentRss>http://www.freude-co.de/2011/06/08/bitoperator-vergleich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>delete of .svn directories</title>
		<link>http://www.freude-co.de/2010/12/21/delete-of-svn-entries/</link>
		<comments>http://www.freude-co.de/2010/12/21/delete-of-svn-entries/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 08:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[allgemein]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=324</guid>
		<description><![CDATA[find . -type d -name .svn &#124;xargs rm -rf]]></description>
		<wfw:commentRss>http://www.freude-co.de/2010/12/21/delete-of-svn-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>credit card test datas</title>
		<link>http://www.freude-co.de/2010/12/21/credit-card-test-datas/</link>
		<comments>http://www.freude-co.de/2010/12/21/credit-card-test-datas/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 08:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[allgemein]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=322</guid>
		<description><![CDATA[https://www.paypalobjects.com/en_US/vhelp/paypalmanager_help/credit_card_numbers.htm]]></description>
		<wfw:commentRss>http://www.freude-co.de/2010/12/21/credit-card-test-datas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flush memcached</title>
		<link>http://www.freude-co.de/2010/12/21/flush-memcached/</link>
		<comments>http://www.freude-co.de/2010/12/21/flush-memcached/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 08:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[allgemein]]></category>
		<category><![CDATA[Codeschnipsel]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=318</guid>
		<description><![CDATA[echo &#34;flush_all&#34; &#124; nc localhost 11211]]></description>
		<wfw:commentRss>http://www.freude-co.de/2010/12/21/flush-memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enum Felder mit cakephp auslesen</title>
		<link>http://www.freude-co.de/2010/01/24/enum-felder-mit-cakephp-auslesen/</link>
		<comments>http://www.freude-co.de/2010/01/24/enum-felder-mit-cakephp-auslesen/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 13:48:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=294</guid>
		<description><![CDATA[Dieser Code kommt in das app_model.php /** * Get Enum Values * Snippet v0.1.3 * http://cakeforge.org/snippet/detail.php?type=snippet&#38;amp;id=112 * * Gets the enum values for MySQL 4 and 5 to use in selectTag() */ function getEnumValues($columnName=null, $respectDefault=false) { if ($columnName==null) { return array(); } //no field specified //Get the name of the table $db =&#38;amp; ConnectionManager::getDataSource($this-&#62;useDbConfig); $tableName [...]]]></description>
		<wfw:commentRss>http://www.freude-co.de/2010/01/24/enum-felder-mit-cakephp-auslesen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>die neuesten Einträge mit cakephp bekommen</title>
		<link>http://www.freude-co.de/2010/01/24/die-neuesten-eintrage-mit-cakephp-bekommen/</link>
		<comments>http://www.freude-co.de/2010/01/24/die-neuesten-eintrage-mit-cakephp-bekommen/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 13:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=291</guid>
		<description><![CDATA[function getNewest( $limit = 50 ) { $data = $this-&#62;find(&#039;all&#039;, array( &#039;order&#039; =&#62; $this-&#62;name .&#039;.id DESC&#039;, &#039;limit&#039; =&#62; $limit) ); return $data; }]]></description>
		<wfw:commentRss>http://www.freude-co.de/2010/01/24/die-neuesten-eintrage-mit-cakephp-bekommen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A piece of information</title>
		<link>http://www.freude-co.de/2009/11/07/a-piece-of-information/</link>
		<comments>http://www.freude-co.de/2009/11/07/a-piece-of-information/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 09:02:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[allgemein]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=278</guid>
		<description><![CDATA[People in Palestine are trapped inside a Wall. &#8220;We are human beings, just like you, with a sense of humour, and lust for life&#8221;.The text on the image is inside the wall. No Photoshop. gefunden auf: http://flowplayer.org/tools/release-notes/]]></description>
		<wfw:commentRss>http://www.freude-co.de/2009/11/07/a-piece-of-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 CakePHP Tipps</title>
		<link>http://www.freude-co.de/2009/11/07/15-cakephp-tipps/</link>
		<comments>http://www.freude-co.de/2009/11/07/15-cakephp-tipps/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:58:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Helper]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=275</guid>
		<description><![CDATA[nuts and bolts hat eine Liste mit einigen Tipps zu CakePHP zusammengestellt. zu den Cake Tipps]]></description>
		<wfw:commentRss>http://www.freude-co.de/2009/11/07/15-cakephp-tipps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL splitten</title>
		<link>http://www.freude-co.de/2009/11/02/url-splitten/</link>
		<comments>http://www.freude-co.de/2009/11/02/url-splitten/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:48:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Codeschnipsel]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=273</guid>
		<description><![CDATA[function process_url( $url ) { $processed_url = parse_url( $url ); $query_string = $processed_url[ &#039;query&#039; ]; $query_string = explode( &#039;&#38;&#039;, $query_string ); $args = array( ); // return array foreach( $query_string as $chunk ) { $chunk = explode( &#039;=&#039;, $chunk ); if ( count( $chunk ) == 2 ) { list( $key, $val ) = $chunk; [...]]]></description>
		<wfw:commentRss>http://www.freude-co.de/2009/11/02/url-splitten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination mit cakePHP erstellen</title>
		<link>http://www.freude-co.de/2009/10/28/pagination-mit-cakephp-erstellen/</link>
		<comments>http://www.freude-co.de/2009/10/28/pagination-mit-cakephp-erstellen/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Paginator]]></category>

		<guid isPermaLink="false">http://www.freude-co.de/?p=270</guid>
		<description><![CDATA[Auf der Seite von switchonthecode wird in einem Tutorial beschrieben wie die Pagination von cakePHP eingesetzt werden kann. Zum Tutorial]]></description>
		<wfw:commentRss>http://www.freude-co.de/2009/10/28/pagination-mit-cakephp-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

