<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Response class from example loading JSON data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>PhDJ on Response class from example loading JSON data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data#p27634</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data#p27634</guid>
        	        	<description><![CDATA[<p>I tried the code and I got the following error :</p>
</p>
<p>"Creating default object from empty value"</p>
</p>
<p>Adding this solved it for me : $responce = new StdClass;</p>
]]></description>
        	        	<pubDate>Mon, 29 Oct 2012 11:18:23 +0200</pubDate>
        </item>
        <item>
        	<title>PhDJ on Response class from example loading JSON data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data#p27632</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data#p27632</guid>
        	        	<description><![CDATA[<p>Apparently you do not need a definition for that variable, it works "as is", something new for me in PHP, I would expect you need to declare $response before you can do $response-&#62;page = 1;</p>
]]></description>
        	        	<pubDate>Fri, 26 Oct 2012 12:57:11 +0300</pubDate>
        </item>
        <item>
        	<title>PhDJ on Response class from example loading JSON data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data#p27631</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/response-class-from-example-loading-json-data#p27631</guid>
        	        	<description><![CDATA[<p>I want to use jqGrid and load it with JSON data</p>
</p>
<p>I looked at the example here /blog/jqgrid/jqgrid.html</p>
</p>
<p>But in the php code a $response object is used that is not declared in the code, were can I get the code for that object ?</p>
]]></description>
        	        	<pubDate>Fri, 26 Oct 2012 11:52:12 +0300</pubDate>
        </item>
</channel>
</rss>