<?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 an Ext JS grid using the Zend Framework</title>
	<atom:link href="http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Mon, 26 Jul 2010 04:31:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AJAX with Zend Framework</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-96596</link>
		<dc:creator>AJAX with Zend Framework</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-96596</guid>
		<description>Hi,
  I&#039;ve been working with zend framework with php.
Now I would like to work with AJAX with zend framework. Can you please help on this? I don&#039;t know how to create ajax request in Zend framework.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I&#8217;ve been working with zend framework with php.<br />
Now I would like to work with AJAX with zend framework. Can you please help on this? I don&#8217;t know how to create ajax request in Zend framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Framework: estos son mis principios, si no te gustan tengo otros &#171; Olagato&#8217;s blog</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-85393</link>
		<dc:creator>Zend Framework: estos son mis principios, si no te gustan tengo otros &#171; Olagato&#8217;s blog</dc:creator>
		<pubDate>Sun, 09 Aug 2009 19:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-85393</guid>
		<description>[...] Admin: usar MVC y migrar las vistas con Zend_Form a interfaces de ExtJs. Ref: &#8220;Creating Extjs grid with ZF&#8221; by [...]</description>
		<content:encoded><![CDATA[<p>[...] Admin: usar MVC y migrar las vistas con Zend_Form a interfaces de ExtJs. Ref: &#8220;Creating Extjs grid with ZF&#8221; by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-22153</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Sat, 14 Jun 2008 20:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-22153</guid>
		<description>hi can someone give me plz a download link
or is there a subversion link?</description>
		<content:encoded><![CDATA[<p>hi can someone give me plz a download link<br />
or is there a subversion link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ext JS Blog - &#187; Learning Ext: Many Resources Available</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-17058</link>
		<dc:creator>Ext JS Blog - &#187; Learning Ext: Many Resources Available</dc:creator>
		<pubDate>Tue, 11 Mar 2008 15:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-17058</guid>
		<description>[...] Creating an Ext JS grid using the Zend Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating an Ext JS grid using the Zend Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunt</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-10817</link>
		<dc:creator>sunt</dc:creator>
		<pubDate>Wed, 16 Jan 2008 09:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-10817</guid>
		<description>&quot;
	var colModel1 = new Ext.grid.ColumnModel([
			new Ext.grid.RowNumberer(), //行号列,
			sm,
		  
		  {	
			header:&#039;&#039;,
			width:100,
			sortable:true,
			hideable:false,
			dataIndex:&#039;&#039;,
			editor: new Ext.form.TextField({
                    allowBlank: false,
                    blankText:&#039;该字段必须输入！&#039;
                })
           }
           
           ,
           
         ]);
      &quot;</description>
		<content:encoded><![CDATA[<p>&#8221;<br />
	var colModel1 = new Ext.grid.ColumnModel([<br />
			new Ext.grid.RowNumberer(), //行号列,<br />
			sm,</p>
<p>		  {<br />
			header:'',<br />
			width:100,<br />
			sortable:true,<br />
			hideable:false,<br />
			dataIndex:'',<br />
			editor: new Ext.form.TextField({<br />
                    allowBlank: false,<br />
                    blankText:'该字段必须输入！'<br />
                })<br />
           }</p>
<p>           ,</p>
<p>         ]);<br />
      &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunt</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-10816</link>
		<dc:creator>sunt</dc:creator>
		<pubDate>Wed, 16 Jan 2008 09:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-10816</guid>
		<description>
	var colModel1 = new Ext.grid.ColumnModel([
			new Ext.grid.RowNumberer(), //行号列,
			sm,
		  
		  {	
			header:&#039;&#039;,
			width:100,
			sortable:true,
			hideable:false,
			dataIndex:&#039;&#039;,
			editor: new Ext.form.TextField({
                    allowBlank: false,
                    blankText:&#039;not null!&#039;
                })
           }
           
           ,
           
         ]);
      

how can i do other validation for the column?????</description>
		<content:encoded><![CDATA[<p>var colModel1 = new Ext.grid.ColumnModel([<br />
			new Ext.grid.RowNumberer(), //行号列,<br />
			sm,</p>
<p>		  {<br />
			header:'',<br />
			width:100,<br />
			sortable:true,<br />
			hideable:false,<br />
			dataIndex:'',<br />
			editor: new Ext.form.TextField({<br />
                    allowBlank: false,<br />
                    blankText:'not null!'<br />
                })<br />
           }</p>
<p>           ,</p>
<p>         ]);</p>
<p>how can i do other validation for the column?????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-3913</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 16 Oct 2007 16:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-3913</guid>
		<description>Hi,

first thanks for your article, really interesting. I still have a problem to render the grid. The encoding of the data in JSON works good, but if i try to open the grid with http://localhost/ and the html code in index.phtml in the right view directory nothing happens. If i put the same code in a local directory it works fine. The source code in the browser is in both cases the same. Where is the problem?
Thanks in advance for your help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>first thanks for your article, really interesting. I still have a problem to render the grid. The encoding of the data in JSON works good, but if i try to open the grid with <a href="http://localhost/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/localhost/?referer=');">http://localhost/</a> and the html code in index.phtml in the right view directory nothing happens. If i put the same code in a local directory it works fine. The source code in the browser is in both cases the same. Where is the problem?<br />
Thanks in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen Keppens</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-3291</link>
		<dc:creator>Jeroen Keppens</dc:creator>
		<pubDate>Thu, 04 Oct 2007 12:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-3291</guid>
		<description>Hi,

loved the article... tried printing it, but the textareas don&#039;t really agree. Maybe a good idea to add a &quot;print&quot; button with a link to a printer friendly page? Love your blog for the rest :)

Jeroen</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>loved the article&#8230; tried printing it, but the textareas don&#8217;t really agree. Maybe a good idea to add a &#8220;print&#8221; button with a link to a printer friendly page? Love your blog for the rest <img src='http://naneau.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fede</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-914</link>
		<dc:creator>Fede</dc:creator>
		<pubDate>Wed, 11 Jul 2007 21:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-914</guid>
		<description>Thanks! Excellent post! Could you please put all working code together into a ZIP or TAR file in a download area?

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks! Excellent post! Could you please put all working code together into a ZIP or TAR file in a download area?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/comment-page-1/#comment-201</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Fri, 25 May 2007 16:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/#comment-201</guid>
		<description>you don&#039;t have to explicitly call $this-&gt;render() in your controller actions. Just make sure you set a body. Can you output just plain html? Don&#039;t forget to encode your result as JSON using Zend_JSON.</description>
		<content:encoded><![CDATA[<p>you don&#8217;t have to explicitly call $this->render() in your controller actions. Just make sure you set a body. Can you output just plain html? Don&#8217;t forget to encode your result as JSON using Zend_JSON.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
