<?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"
	>
<channel>
	<title>Comments on: AJAX in CakePHP (1) - Getting Started</title>
	<atom:link href="http://www.nioxiao.com/ajax-in-cakephp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nioxiao.com</link>
	<description>Coding Life</description>
	<pubDate>Sun, 20 May 2012 04:05:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: vivienty</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-81107</link>
		<dc:creator>vivienty</dc:creator>
		<pubDate>Tue, 16 Dec 2008 17:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-81107</guid>
		<description>Thanks for a nice solutions. However, I have made some small modifications to make it work with some of my Wp projects. The idea is great!</description>
		<content:encoded><![CDATA[<p>Thanks for a nice solutions. However, I have made some small modifications to make it work with some of my Wp projects. The idea is great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maroon</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-45020</link>
		<dc:creator>Maroon</dc:creator>
		<pubDate>Mon, 24 Mar 2008 06:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-45020</guid>
		<description>I'll use a part in my CMS! Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll use a part in my CMS! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nio</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-34290</link>
		<dc:creator>Nio</dc:creator>
		<pubDate>Sun, 23 Sep 2007 15:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-34290</guid>
		<description>这个错误表示你的数据库中没有表“posts”。</description>
		<content:encoded><![CDATA[<p>这个错误表示你的数据库中没有表“posts”。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bankerwee</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-34158</link>
		<dc:creator>bankerwee</dc:creator>
		<pubDate>Thu, 20 Sep 2007 07:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-34158</guid>
		<description>演示好象有错误呀！

Missing Database Table

No Database table for model Post (expected "posts"), create it first. 

Notice: this error is being rendered by the app/views/errors/missing_table.thtml view file, a user-customizable error page.</description>
		<content:encoded><![CDATA[<p>演示好象有错误呀！</p>
<p>Missing Database Table</p>
<p>No Database table for model Post (expected &#8220;posts&#8221;), create it first. </p>
<p>Notice: this error is being rendered by the app/views/errors/missing_table.thtml view file, a user-customizable error page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bankerwee</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-34151</link>
		<dc:creator>bankerwee</dc:creator>
		<pubDate>Thu, 20 Sep 2007 04:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-34151</guid>
		<description>非常感谢Nio的貌似。
var $uses = array();</description>
		<content:encoded><![CDATA[<p>非常感谢Nio的貌似。<br />
var $uses = array();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kimi Ge</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-19660</link>
		<dc:creator>Kimi Ge</dc:creator>
		<pubDate>Thu, 19 Apr 2007 08:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-19660</guid>
		<description>Excellent tutorial. It's very clear.</description>
		<content:encoded><![CDATA[<p>Excellent tutorial. It&#8217;s very clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-9138</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Tue, 19 Dec 2006 01:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-9138</guid>
		<description>Hi，多谢你的教程！我有个问题就是，我想在Live Search的表单中加入一些额外的项-比如一组用于限定搜索范围的radio，当用户选择了不同的radio值，搜索时的条件也不会同。我尝试了observeForm()函数，可这样使得原有的搜索都失效了，在cakephp的group上查阅了一遍，没有找到相关的资料，你能告诉我该怎么弄吗？</description>
		<content:encoded><![CDATA[<p>Hi，多谢你的教程！我有个问题就是，我想在Live Search的表单中加入一些额外的项-比如一组用于限定搜索范围的radio，当用户选择了不同的radio值，搜索时的条件也不会同。我尝试了observeForm()函数，可这样使得原有的搜索都失效了，在cakephp的group上查阅了一遍，没有找到相关的资料，你能告诉我该怎么弄吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nio</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-7059</link>
		<dc:creator>Nio</dc:creator>
		<pubDate>Sat, 11 Nov 2006 07:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-7059</guid>
		<description>貌似可以在 controller 中设置 var $uses = array();</description>
		<content:encoded><![CDATA[<p>貌似可以在 controller 中设置 var $uses = array();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: winson</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-6988</link>
		<dc:creator>winson</dc:creator>
		<pubDate>Thu, 09 Nov 2006 03:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-6988</guid>
		<description>請問一下，我測試一下你的範例，如果不設定model
就會出現
No Database table for model Demo (expected "demos"), create it first. 
請問cakephp如何設定不使用model??</description>
		<content:encoded><![CDATA[<p>請問一下，我測試一下你的範例，如果不設定model<br />
就會出現<br />
No Database table for model Demo (expected &#8220;demos&#8221;), create it first.<br />
請問cakephp如何設定不使用model??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdriven</title>
		<link>http://www.nioxiao.com/ajax-in-cakephp#comment-5764</link>
		<dc:creator>mdriven</dc:creator>
		<pubDate>Thu, 19 Oct 2006 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.infor96.com/~nio/ajax-in-cakephp/#comment-5764</guid>
		<description>不好意思,上面只显示了js部分的代码,未能显示完整</description>
		<content:encoded><![CDATA[<p>不好意思,上面只显示了js部分的代码,未能显示完整</p>
]]></content:encoded>
	</item>
</channel>
</rss>

