<?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: Implicit Structures in ColdFusion 8</title>
	<atom:link href="http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/comment-page-1#comment-233</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=435#comment-233</guid>
		<description>@tristan that&#039;s right. If you use array notation, you&#039;re able to keep the case of the structure names, e.g. &lt;code&gt;myStruct[&quot;myKey&quot;] = &quot;myValue&quot;&lt;/code&gt;. This will produce a key called &quot;myKey&quot;. However, using dot notation, e.g. &lt;code&gt;myStruct.myKey = &quot;myValue&quot;&lt;/code&gt;, will result in the key being upper case.</description>
		<content:encoded><![CDATA[<p>@tristan that&#8217;s right. If you use array notation, you&#8217;re able to keep the case of the structure names, e.g. <code>myStruct["myKey"] = "myValue"</code>. This will produce a key called &#8220;myKey&#8221;. However, using dot notation, e.g. <code>myStruct.myKey = "myValue"</code>, will result in the key being upper case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan Lee</title>
		<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/comment-page-1#comment-232</link>
		<dc:creator>Tristan Lee</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=435#comment-232</guid>
		<description>Simon,

This is a good article. I do have some clarifictions though. In your examples with implicit structure definitions, the keys change their case to upper case. However, you can create an implicit struct that keeps case by simply wrapping the keys in quotations.



will keep it&#039;s case.</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>This is a good article. I do have some clarifictions though. In your examples with implicit structure definitions, the keys change their case to upper case. However, you can create an implicit struct that keeps case by simply wrapping the keys in quotations.</p>
<p>will keep it&#8217;s case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/comment-page-1#comment-231</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Fri, 05 Dec 2008 22:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=435#comment-231</guid>
		<description>Hi I&#039;m new in CF, i&#039;m trying to call a method from a cfc that returns a array with objects (with gets and sets), but I can&#039;t cast the objects inside it,  it comes as a struct, is there any way to do this? by the way i&#039;m using cf 8. thanks</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;m new in CF, i&#8217;m trying to call a method from a cfc that returns a array with objects (with gets and sets), but I can&#8217;t cast the objects inside it,  it comes as a struct, is there any way to do this? by the way i&#8217;m using cf 8. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/comment-page-1#comment-230</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 10 Apr 2008 23:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=435#comment-230</guid>
		<description>Good news, with the 8.1 update release you can now created nested implicit structures and arrays!</description>
		<content:encoded><![CDATA[<p>Good news, with the 8.1 update release you can now created nested implicit structures and arrays!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/comment-page-1#comment-229</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=435#comment-229</guid>
		<description>I&#039;m glad you like the articles. It is funny you should mention cfajaxproxy; it is an area I was discuss with a friend recently.

All I can say is watch this space...</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you like the articles. It is funny you should mention cfajaxproxy; it is an area I was discuss with a friend recently.</p>
<p>All I can say is watch this space&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Brennan-White</title>
		<link>http://www.simonwhatley.co.uk/implicit-structures-in-coldfusion-8/comment-page-1#comment-228</link>
		<dc:creator>Michael Brennan-White</dc:creator>
		<pubDate>Fri, 07 Mar 2008 13:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=435#comment-228</guid>
		<description>Simon,

Your series have been very informative.  At first they may seems to be a review but you always sneak in nuggets of gold (in this case the error when nesting structures) that hopefully will sink into my brain this time.

So, when are you going to start the multi-week series to provide the definitive guide to everything that can be accomplished with cfajaxproxy?</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>Your series have been very informative.  At first they may seems to be a review but you always sneak in nuggets of gold (in this case the error when nesting structures) that hopefully will sink into my brain this time.</p>
<p>So, when are you going to start the multi-week series to provide the definitive guide to everything that can be accomplished with cfajaxproxy?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

