<?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: Simplified Chinese version of the Zend Framework Tutorial</title>
	<atom:link href="http://akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 28 Aug 2008 14:06:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Topbit</title>
		<link>http://akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7428</link>
		<dc:creator>Topbit</dc:creator>
		<pubDate>Wed, 10 Jan 2007 16:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7428</guid>
		<description>May have still missed one....

I've just run through the tutorial, it's very useful to help get up to speed on the basics - thank you very much.

Maybe my PHP is setup a little stricter than usual, but I did have to put some code to 
the _indexForm.tpl.php file - just a condition around the output of the hidden id fields (&lt;pre class="phpcode"&gt;&lt;span style="color: #0000BB"&gt;if&#160;&lt;/span&gt;&lt;span style="color: #007700"&gt;(&lt;/span&gt;&lt;span style="color: #DD0000"&gt;'add'&#160;&lt;/span&gt;&lt;span style="color: #007700"&gt;!=&#160;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;$this&lt;/span&gt;&lt;span style="color: #007700"&gt;-&#62;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;action&lt;/span&gt;&lt;span style="color: #007700"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;) to avoid a warning notice for 'Undefined property: stdClass::$id'.  If you are adding, then you haven't set $this-&#62;album-&#62;id.</description>
		<content:encoded><![CDATA[<p>May have still missed one&#8230;.</p>
<p>I've just run through the tutorial, it's very useful to help get up to speed on the basics - thank you very much.</p>
<p>Maybe my PHP is setup a little stricter than usual, but I did have to put some code to<br />
the _indexForm.tpl.php file - just a condition around the output of the hidden id fields (
<pre class="phpcode"><span style="color: #0000BB">if&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">'add'&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">action</span><span style="color: #007700">)</span>
</pre>
<p>) to avoid a warning notice for 'Undefined property: stdClass::$id'.  If you are adding, then you haven't set $this-&gt;album-&gt;id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Topbit</title>
		<link>http://akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7427</link>
		<dc:creator>Topbit</dc:creator>
		<pubDate>Wed, 10 Jan 2007 16:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7427</guid>
		<description>May have still missed one....

I've just run through the tutorial, it's very useful to help get up to speed on the basics - thank you very much.

Maybe my PHP is setup a little stricter than usual, but I did have to put some code to 
the _indexForm.tpl.php file - just a condition around the output of the hidden id fields (&lt;pre class="phpcode"&gt;&lt;span style="color: #0000BB"&gt;if&#160;&lt;/span&gt;&lt;span style="color: #007700"&gt;(&lt;/span&gt;&lt;span style="color: #DD0000"&gt;'add'&#160;&lt;/span&gt;&lt;span style="color: #007700"&gt;!=&#160;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;$this&lt;/span&gt;&lt;span style="color: #007700"&gt;-&#62;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;action&lt;/span&gt;&lt;span style="color: #007700"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class="phpcode"&gt;&lt;span style="color: #0000BB"&gt;&lt;/span&gt;&lt;span style="color: #007700"&gt;)&#160;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;to&#160;avoid&#160;a&#160;warning&#160;notice&#160;&lt;/span&gt;&lt;span style="color: #007700"&gt;for&#160;&lt;/span&gt;&lt;span style="color: #DD0000"&gt;'Undefined&#160;property:&#160;stdClass::$id'&lt;/span&gt;&lt;span style="color: #007700"&gt;.&#160;&#160;If&#160;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;you&#160;are&#160;adding&lt;/span&gt;&lt;span style="color: #007700"&gt;,&#160;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;then&#160;you&#160;havent&#160;set&#160;$this&lt;/span&gt;&lt;span style="color: #007700"&gt;-&#62;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;album&lt;/span&gt;&lt;span style="color: #007700"&gt;-&#62;&lt;/span&gt;&lt;span style="color: #0000BB"&gt;id&lt;/span&gt;&lt;span style="color: #007700"&gt;.&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>May have still missed one&#8230;.</p>
<p>I've just run through the tutorial, it's very useful to help get up to speed on the basics - thank you very much.</p>
<p>Maybe my PHP is setup a little stricter than usual, but I did have to put some code to<br />
the _indexForm.tpl.php file - just a condition around the output of the hidden id fields (
<pre class="phpcode"><span style="color: #0000BB">if&nbsp;</span><span style="color: #007700">(</span><span style="color: #DD0000">'add'&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #0000BB">$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">action</span><span style="color: #007700">)</span>
</pre>
<pre class="phpcode"><span style="color: #0000BB"></span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">to&nbsp;avoid&nbsp;a&nbsp;warning&nbsp;notice&nbsp;</span><span style="color: #007700">for&nbsp;</span><span style="color: #DD0000">'Undefined&nbsp;property:&nbsp;stdClass::$id'</span><span style="color: #007700">.&nbsp;&nbsp;If&nbsp;</span><span style="color: #0000BB">you&nbsp;are&nbsp;adding</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">then&nbsp;you&nbsp;havent&nbsp;set&nbsp;$this</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">album</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">id</span><span style="color: #007700">.</span>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7274</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 31 Dec 2006 10:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7274</guid>
		<description>I have done the refactor that you gave to readers in your tutorial. Not sure if it is ok, please take a quick look at my site.

Thanks.</description>
		<content:encoded><![CDATA[<p>I have done the refactor that you gave to readers in your tutorial. Not sure if it is ok, please take a quick look at my site.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7020</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 27 Dec 2006 00:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.akrabat.com/2006/12/26/simplified-chinese-version-of-the-zend-framework-tutorial/#comment-7020</guid>
		<description>Hi Rob,

I should say many thanks to you!

I am looking forward to your next tutorial(about Zend_auth/Zend_Acl/Zend_Session). Then my online demo will function with user register/login and people could backup their websites and share them.

Happy new year!

Jason.</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I should say many thanks to you!</p>
<p>I am looking forward to your next tutorial(about Zend_auth/Zend_Acl/Zend_Session). Then my online demo will function with user register/login and people could backup their websites and share them.</p>
<p>Happy new year!</p>
<p>Jason.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
