<?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>php mysql apache &#187; cakephp</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/tag/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cakephp find(&#8217;list&#8217;) and select</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:31:00 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=37</guid>
		<description><![CDATA[How about a little trick to extend the find(’list’) functionality?..
Let’s say we need to display a list of users, but instead of just User.id and User.name we need to have User.id, as well as User.name and User.email combined. Unfortunately find(’list’) doesn’t have that type of functionality out-of-the-box. Well, that’s OK, we’ll make our own…
PLAIN TEXT
CODE:




function [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
