<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cakephp : Form Options List Variable</title>
	<atom:link href="http://frodosghost.com/2009/02/24/cakephp-form-options-list-variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://frodosghost.com/2009/02/24/cakephp-form-options-list-variable/</link>
	<description>Following the Footsteps of Heros, Never Lead to the Straight and Grey Roads. (Oh, Sleeper)</description>
	<lastBuildDate>Thu, 12 Aug 2010 12:33:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: James</title>
		<link>http://frodosghost.com/2009/02/24/cakephp-form-options-list-variable/comment-page-1/#comment-54</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 25 Feb 2009 11:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=134#comment-54</guid>
		<description>Done and Done.
@Matt Curry hit me up earlier with the hint, and got it happening right away.

You can even just have &lt;code&gt;&#039;fields&#039; =&gt; array(&#039;name&#039;)&lt;/code&gt; : The &lt;em&gt;id&lt;/em&gt; is auto with just that data. I even got it working with &lt;code&gt;&#039;fields&#039; =&gt; array(&#039;name&#039;,&#039;name&#039;)&lt;/code&gt; : The name for the Value and for the Key. Nice.

Thanks for the code, by the way.</description>
		<content:encoded><![CDATA[<p>Done and Done.<br />
@Matt Curry hit me up earlier with the hint, and got it happening right away.</p>
<p>You can even just have <code>'fields' =&gt; array('name')</code> : The <em>id</em> is auto with just that data. I even got it working with <code>'fields' =&gt; array('name','name')</code> : The name for the Value and for the Key. Nice.</p>
<p>Thanks for the code, by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Rickard</title>
		<link>http://frodosghost.com/2009/02/24/cakephp-form-options-list-variable/comment-page-1/#comment-53</link>
		<dc:creator>Roger Rickard</dc:creator>
		<pubDate>Wed, 25 Feb 2009 06:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=134#comment-53</guid>
		<description>$UserOutposts = $this-&gt;Arbiter-&gt;find(&#039;list&#039;, array(
   &#039;conditions&#039; =&gt; array(&#039;(Arbiter.status &amp; ? = ?)&#039; =&gt; array(Arbiter::USER, Arbiter::USER)),
   &#039;contain&#039; =&gt; false,
   &#039;fields&#039; =&gt; array(&#039;id&#039;,&#039;name&#039;)
));

That should work, strait up!</description>
		<content:encoded><![CDATA[<p>$UserOutposts = $this-&gt;Arbiter-&gt;find(&#8216;list&#8217;, array(<br />
   &#8216;conditions&#8217; =&gt; array(&#8216;(Arbiter.status &amp; ? = ?)&#8217; =&gt; array(Arbiter::USER, Arbiter::USER)),<br />
   &#8216;contain&#8217; =&gt; false,<br />
   &#8216;fields&#8217; =&gt; array(&#8216;id&#8217;,'name&#8217;)<br />
));</p>
<p>That should work, strait up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Curry</title>
		<link>http://frodosghost.com/2009/02/24/cakephp-form-options-list-variable/comment-page-1/#comment-52</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://frodosghost.com/?p=134#comment-52</guid>
		<description>Check out find(&#039;list&#039;) - &lt;a href=&quot;http://book.cakephp.org/view/449/find&quot; rel=&quot;nofollow&quot;&gt;http://book.cakephp.org/view/449/find&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Check out find(&#8216;list&#8217;) &#8211; <a href="http://book.cakephp.org/view/449/find" rel="nofollow">http://book.cakephp.org/view/449/find</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
