<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: zend framework tutorial: Part 5 - Zend Exception</title>
	<link>http://ganeshhs.com/zend-framework/zend-framework-tutorial-part-5-zend-exception</link>
	<description>Thoughts on open source technologies, search engine optimization, website security</description>
	<pubDate>Tue, 07 Sep 2010 00:47:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Ganesh H S , Bangalore, India</title>
		<link>http://ganeshhs.com/zend-framework/zend-framework-tutorial-part-5-zend-exception#comment-7238</link>
		<dc:creator>Ganesh H S , Bangalore, India</dc:creator>
		<pubDate>Tue, 04 Aug 2009 21:23:52 +0000</pubDate>
		<guid>http://ganeshhs.com/zend-framework/zend-framework-tutorial-part-5-zend-exception#comment-7238</guid>
		<description>Nils,
I have corrected the typo error. 

Thanks,
Ganesh</description>
		<content:encoded><![CDATA[<p>Nils,<br />
I have corrected the typo error. </p>
<p>Thanks,<br />
Ganesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://ganeshhs.com/zend-framework/zend-framework-tutorial-part-5-zend-exception#comment-6621</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Wed, 17 Jun 2009 12:30:33 +0000</pubDate>
		<guid>http://ganeshhs.com/zend-framework/zend-framework-tutorial-part-5-zend-exception#comment-6621</guid>
		<description>catch (Zend_Exception $e) {  
{  
    echo "Db error : " . $e-&#62;getMessage() . "\n";  
}  

Should be: 

catch (Zend_Exception $e) {  
    echo "Db error : " . $e-&#62;getMessage() . "\n";  
}</description>
		<content:encoded><![CDATA[<p>catch (Zend_Exception $e) {<br />
{<br />
    echo &#8220;Db error : &#8221; . $e-&gt;getMessage() . &#8220;\n&#8221;;<br />
}  </p>
<p>Should be: </p>
<p>catch (Zend_Exception $e) {<br />
    echo &#8220;Db error : &#8221; . $e-&gt;getMessage() . &#8220;\n&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
