<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Dojo grid in Zend Framework: Creating nice and cool grid in php using Zend Framework and Dojo</title>
	<atom:link href="http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/feed/" rel="self" type="application/rss+xml" />
	<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/</link>
	<description></description>
	<lastBuildDate>Sat, 14 Nov 2009 05:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dguiarj</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-788</link>
		<dc:creator>dguiarj</dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-788</guid>
		<description>Hi...
I did recommend that u replace the widget &quot;dojox.grid.Grid” for &quot;dojox.grid.DataGrid&quot;
to do that u should:
take off the &quot;model&quot; object (replace it for a direct call on the &quot;view&quot; at the DataGrid tag by &quot;structure&quot; and &quot;query&quot; attributes)

the grid tag would be somethigs like:
&lt;code&gt;

&lt;/code&gt;
 where view should be the layer that describes table layout (js obj not model widget)

(Also the proper require... dojo.require(&quot;dojox.grid.DataGrid&quot;))</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
I did recommend that u replace the widget &#8220;dojox.grid.Grid” for &#8220;dojox.grid.DataGrid&#8221;<br />
to do that u should:<br />
take off the &#8220;model&#8221; object (replace it for a direct call on the &#8220;view&#8221; at the DataGrid tag by &#8220;structure&#8221; and &#8220;query&#8221; attributes)</p>
<p>the grid tag would be somethigs like:<br />
<code></p>
<p></code><br />
 where view should be the layer that describes table layout (js obj not model widget)</p>
<p>(Also the proper require&#8230; dojo.require(&#8220;dojox.grid.DataGrid&#8221;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naimesh</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-784</link>
		<dc:creator>Naimesh</dc:creator>
		<pubDate>Fri, 07 Aug 2009 07:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-784</guid>
		<description>Yea I am able to see records in grid now thanks. The problem was I required to Load Jobs using Zend_Loader::loadClass(&#039;Jobs&#039;); I did so and it started showing rows in grid.

&lt;b&gt;Well actually I did use AutoLoader in my bootstrap as below, do I still need to load classes like did above for Jobs ?&lt;/b&gt;

protected function _initAutoload()
    {
        $autoloader = new Zend_Application_Module_Autoloader(array(
            &#039;namespace&#039; =&gt; &#039;Default_&#039;,
            &#039;basePath&#039;  =&gt; dirname(__FILE__),
        ));
        return $autoloader;
    }

Thanks in Advance !

Naimesh</description>
		<content:encoded><![CDATA[<p>Yea I am able to see records in grid now thanks. The problem was I required to Load Jobs using Zend_Loader::loadClass(&#8216;Jobs&#8217;); I did so and it started showing rows in grid.</p>
<p><b>Well actually I did use AutoLoader in my bootstrap as below, do I still need to load classes like did above for Jobs ?</b></p>
<p>protected function _initAutoload()<br />
    {<br />
        $autoloader = new Zend_Application_Module_Autoloader(array(<br />
            &#8216;namespace&#8217; =&gt; &#8216;Default_&#8217;,<br />
            &#8216;basePath&#8217;  =&gt; dirname(__FILE__),<br />
        ));<br />
        return $autoloader;<br />
    }</p>
<p>Thanks in Advance !</p>
<p>Naimesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naimesh</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-783</link>
		<dc:creator>Naimesh</dc:creator>
		<pubDate>Fri, 07 Aug 2009 07:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-783</guid>
		<description>Well I did try that and I already did so before also but no difference.

Thanks in Advance !

Naimesh</description>
		<content:encoded><![CDATA[<p>Well I did try that and I already did so before also but no difference.</p>
<p>Thanks in Advance !</p>
<p>Naimesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem Abbas</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-782</link>
		<dc:creator>Faheem Abbas</dc:creator>
		<pubDate>Fri, 07 Aug 2009 07:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-782</guid>
		<description>You need to give correct url to the data store.
&lt;pre&gt;&lt;code&gt;&lt;div dojoType=&quot;dojox.data.QueryReadStore&quot; jsId=&quot;activeStore&quot;, url=&quot;/jobs/records&quot;&gt;&lt;/div&gt;
&lt;/code&gt;&lt;/pre&gt;
try absolute path. like this.. http://localhost:81/dailywork/jobs/records. This is not the correct way, however it will show you records at least.
The best way is to define baseUrl and then set this path.</description>
		<content:encoded><![CDATA[<p>You need to give correct url to the data store.</p>
<pre><code>&lt;div dojoType=&quot;dojox.data.QueryReadStore&quot; jsId=&quot;activeStore&quot;, url=&quot;/jobs/records&quot;&gt;&lt;/div&gt;
</code></pre>
<p>try absolute path. like this.. <a href="http://localhost:81/dailywork/jobs/records" rel="nofollow">http://localhost:81/dailywork/jobs/records</a>. This is not the correct way, however it will show you records at least.<br />
The best way is to define baseUrl and then set this path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naimesh</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-781</link>
		<dc:creator>Naimesh</dc:creator>
		<pubDate>Fri, 07 Aug 2009 06:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-781</guid>
		<description>Please find the screen shot in below link

http://rmwsolns.rajtecnicals.railsplayground.net/blankgrid.html

Thanks in Advance !

Naimesh</description>
		<content:encoded><![CDATA[<p>Please find the screen shot in below link</p>
<p><a href="http://rmwsolns.rajtecnicals.railsplayground.net/blankgrid.html" rel="nofollow">http://rmwsolns.rajtecnicals.railsplayground.net/blankgrid.html</a></p>
<p>Thanks in Advance !</p>
<p>Naimesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem Abbas</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-780</link>
		<dc:creator>Faheem Abbas</dc:creator>
		<pubDate>Fri, 07 Aug 2009 05:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-780</guid>
		<description>Can you show me how your grid look like?</description>
		<content:encoded><![CDATA[<p>Can you show me how your grid look like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naimesh</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-779</link>
		<dc:creator>Naimesh</dc:creator>
		<pubDate>Thu, 06 Aug 2009 13:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-779</guid>
		<description>Well, now I am able to see the Grid, but data is empty,  ? coming in each col of the grid. wt could be the reason.

Please see my codes in http://pastie.org/573952


Thanks in Advance

Naimesh</description>
		<content:encoded><![CDATA[<p>Well, now I am able to see the Grid, but data is empty,  ? coming in each col of the grid. wt could be the reason.</p>
<p>Please see my codes in <a href="http://pastie.org/573952" rel="nofollow">http://pastie.org/573952</a></p>
<p>Thanks in Advance</p>
<p>Naimesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naimesh</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-778</link>
		<dc:creator>Naimesh</dc:creator>
		<pubDate>Thu, 06 Aug 2009 06:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-778</guid>
		<description>Normally I use FireFox 3.0.13 but also mentioned above what happens in IE7.

Thanks

Naimesh</description>
		<content:encoded><![CDATA[<p>Normally I use FireFox 3.0.13 but also mentioned above what happens in IE7.</p>
<p>Thanks</p>
<p>Naimesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naimesh</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-777</link>
		<dc:creator>Naimesh</dc:creator>
		<pubDate>Thu, 06 Aug 2009 06:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-777</guid>
		<description>Dear Faheem,

Hello ! Well there is no error coming while running the page http://localhost:81/dailywork/jobs/view, just displaying :

ID Title Description Posted


Dojo Enabled

But in IE7 in status window yellow (! Done) marks comes, double clicking on it, shows javascript error on line 15 in view.phtml which is  dojo.require(&#039;dojo.parser&#039;); - see in above PM my view.phtml script copied.

Please let me know anything else you need to help me pointing the error.

Thanks in Advance !

Naimesh</description>
		<content:encoded><![CDATA[<p>Dear Faheem,</p>
<p>Hello ! Well there is no error coming while running the page <a href="http://localhost:81/dailywork/jobs/view" rel="nofollow">http://localhost:81/dailywork/jobs/view</a>, just displaying :</p>
<p>ID Title Description Posted</p>
<p>Dojo Enabled</p>
<p>But in IE7 in status window yellow (! Done) marks comes, double clicking on it, shows javascript error on line 15 in view.phtml which is  dojo.require(&#8216;dojo.parser&#8217;); &#8211; see in above PM my view.phtml script copied.</p>
<p>Please let me know anything else you need to help me pointing the error.</p>
<p>Thanks in Advance !</p>
<p>Naimesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem Abbas</title>
		<link>http://zendguru.wordpress.com/2009/01/08/dojo-grid-in-zend-framework-creating-nice-and-cool-grid-in-php-using-zend-framework-and-dojo/#comment-775</link>
		<dc:creator>Faheem Abbas</dc:creator>
		<pubDate>Thu, 06 Aug 2009 05:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=312#comment-775</guid>
		<description>specify me only the error(s) that jumps out. But one thing I can surely say that dojo isn&#039;t working in IE8. Don&#039;t check it in IE8.
Anyhow specify me error so that I understand the nature of the failure.</description>
		<content:encoded><![CDATA[<p>specify me only the error(s) that jumps out. But one thing I can surely say that dojo isn&#8217;t working in IE8. Don&#8217;t check it in IE8.<br />
Anyhow specify me error so that I understand the nature of the failure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
