<?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: Creating JSON Data in PHP</title>
	<atom:link href="http://www.vinylfox.com/creating-json-data-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/creating-json-data-in-php/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:03:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Shea Frederick</title>
		<link>http://www.vinylfox.com/creating-json-data-in-php/comment-page-1/#comment-3382</link>
		<dc:creator>Shea Frederick</dc:creator>
		<pubDate>Wed, 05 Aug 2009 14:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=48#comment-3382</guid>
		<description>The thing to remember when loading a form is that your returning a single object of data, so there should be no brackets (array) involved.

The documentation for Ext.form.Action.Load gives a great example of how the data should look.

http://www.extjs.com/deploy/dev/docs/?class=Ext.form.Action.Load</description>
		<content:encoded><![CDATA[<p>The thing to remember when loading a form is that your returning a single object of data, so there should be no brackets (array) involved.</p>
<p>The documentation for Ext.form.Action.Load gives a great example of how the data should look.</p>
<p><a href="http://www.extjs.com/deploy/dev/docs/?class=Ext.form.Action.Load" rel="nofollow">http://www.extjs.com/deploy/dev/docs/?class=Ext.form.Action.Load</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrRoyce</title>
		<link>http://www.vinylfox.com/creating-json-data-in-php/comment-page-1/#comment-3376</link>
		<dc:creator>MrRoyce</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://ww2.vinylfox.com/?p=48#comment-3376</guid>
		<description>Hey there, I am trying the examples in the ebook and I have not been able to get the Ch. 3 forms_load_data.php to work.  In fact, I have never been able to get a form directly loaded upon window display.  I can only get a grid to load.  

I found a thread in the ExtJS forum that discussed stripping the square brackets from the start/end JSON string that is generated in php json_encode.  Is this required?  Thanks for your response!</description>
		<content:encoded><![CDATA[<p>Hey there, I am trying the examples in the ebook and I have not been able to get the Ch. 3 forms_load_data.php to work.  In fact, I have never been able to get a form directly loaded upon window display.  I can only get a grid to load.  </p>
<p>I found a thread in the ExtJS forum that discussed stripping the square brackets from the start/end JSON string that is generated in php json_encode.  Is this required?  Thanks for your response!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
