<?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: Simplified Chinese version of the Zend Framework Tutorial</title>
	<atom:link href="http://akrabat.com/zend-framework/simplified-chinese-version-of-the-zend-framework-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/simplified-chinese-version-of-the-zend-framework-tutorial/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Topbit</title>
		<link>http://akrabat.com/zend-framework/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&#039;ve just run through the tutorial, it&#039;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=&quot;phpcode&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;add&#039;&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!=&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;action&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;) to avoid a warning notice for &#039;Undefined property: stdClass::$id&#039;.  If you are adding, then you haven&#039;t set $this-&gt;album-&gt;id.</description>
		<content:encoded><![CDATA[<p>May have still missed one....</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/zend-framework/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&#039;ve just run through the tutorial, it&#039;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=&quot;phpcode&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;add&#039;&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!=&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;action&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;phpcode&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;to&#160;avoid&#160;a&#160;warning&#160;notice&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;for&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Undefined&#160;property:&#160;stdClass::$id&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&#160;&#160;If&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;you&#160;are&#160;adding&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;then&#160;you&#160;haven&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;t&#160;set&#160;$this-&gt;album-&gt;id.&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>May have still missed one....</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;haven</span><span style="color: #DD0000">'t&nbsp;set&nbsp;$this-&gt;album-&gt;id.</span>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://akrabat.com/zend-framework/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/zend-framework/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>

