<?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: Zend Framework Tutorial Series: Part 2 – Debugging your application</title>
	<atom:link href="http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html</link>
	<description>The blog of Andrei Gabreanu</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Dhiraj Patra</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-1186</link>
		<dc:creator>Dhiraj Patra</dc:creator>
		<pubDate>Thu, 28 Apr 2011 07:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-1186</guid>
		<description>I am getting error &quot;An manhandled win32 exception occurred in httpd.exe [5780]&quot; 

And simultaneously print all debug code on the page.

Can any body help any way?

Thanks</description>
		<content:encoded><![CDATA[<p>I am getting error &#8220;An manhandled win32 exception occurred in httpd.exe [5780]&#8221; </p>
<p>And simultaneously print all debug code on the page.</p>
<p>Can any body help any way?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amc</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-1090</link>
		<dc:creator>amc</dc:creator>
		<pubDate>Sun, 15 Aug 2010 18:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-1090</guid>
		<description>Aha apologies I understand now, I&#039;m being retarded!&lt;br&gt;&lt;br&gt;Just so you know there was an i missing in img on:&lt;br&gt;&lt;br&gt;            $html .= &#039;&lt; mg src=&quot;&#039; . $this-&gt;_icon($plugin-&gt;getIdentifier()) . &#039;&quot; style=&quot;vertical-align:middle&quot; alt=&quot;&#039; . $plugin-&gt;getIdentifier() . &#039;&quot; title=&quot;&#039; . $plugin-&gt;getIdentifier() . &#039;&quot; /&gt; &#039;;</description>
		<content:encoded><![CDATA[<p>Aha apologies I understand now, I&#39;m being retarded!</p>
<p>Just so you know there was an i missing in img on:</p>
<p>            $html .= &#39;&lt; mg src=&#8221;&#39; . $this-&gt;_icon($plugin-&gt;getIdentifier()) . &#39;&#8221; style=&#8221;vertical-align:middle&#8221; alt=&#8221;&#39; . $plugin-&gt;getIdentifier() . &#39;&#8221; title=&#8221;&#39; . $plugin-&gt;getIdentifier() . &#39;&#8221; /&gt; &#39;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-1089</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sun, 15 Aug 2010 18:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-1089</guid>
		<description>You&#039;re welcome Jandujar! :)</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome Jandujar! <img src='http://phpdev.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-1088</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sun, 15 Aug 2010 18:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-1088</guid>
		<description>Yes, this is in the code above. As I previously said, the code above is purely informative and is full of spaces since I have not yet implemented a code plugin in the blog. &lt;br&gt;&lt;br&gt;If you want the code, just browse the google code and download it from there. That code should work as intended.</description>
		<content:encoded><![CDATA[<p>Yes, this is in the code above. As I previously said, the code above is purely informative and is full of spaces since I have not yet implemented a code plugin in the blog. </p>
<p>If you want the code, just browse the google code and download it from there. That code should work as intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amc</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-1087</link>
		<dc:creator>amc</dc:creator>
		<pubDate>Sun, 15 Aug 2010 17:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-1087</guid>
		<description>Question: In the ZFDebug/Controller/Plugin/Debug.php there are spaces between &quot;&lt;&quot; and the following element label in the html ie &quot;&lt; div class=&quot;asdasd&quot;&gt;&quot; This just simply does not work?</description>
		<content:encoded><![CDATA[<p>Question: In the ZFDebug/Controller/Plugin/Debug.php there are spaces between &#8220;&lt;&#8221; and the following element label in the html ie &#8220;&lt; div class=&#8221;asdasd&#8221;&gt;&#8221; This just simply does not work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amc</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-224</link>
		<dc:creator>amc</dc:creator>
		<pubDate>Sun, 15 Aug 2010 13:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-224</guid>
		<description>Aha apologies I understand now, I&#039;m being retarded!

Just so you know there was an i missing in img on:

            $html .= &#039;_icon($plugin-&gt;getIdentifier()) . &#039;&quot; style=&quot;vertical-align:middle&quot; alt=&quot;&#039; . $plugin-&gt;getIdentifier() . &#039;&quot; title=&quot;&#039; . $plugin-&gt;getIdentifier() . &#039;&quot; /&gt; &#039;;
</description>
		<content:encoded><![CDATA[<p>Aha apologies I understand now, I&#8217;m being retarded!</p>
<p>Just so you know there was an i missing in img on:</p>
<p>            $html .= &#8216;_icon($plugin-&gt;getIdentifier()) . &#8216;&#8221; style=&#8221;vertical-align:middle&#8221; alt=&#8221;&#8216; . $plugin-&gt;getIdentifier() . &#8216;&#8221; title=&#8221;&#8216; . $plugin-&gt;getIdentifier() . &#8216;&#8221; /&gt; &#8216;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-222</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sun, 15 Aug 2010 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-222</guid>
		<description>Yes, this is in the code above. As I previously said, the code above is purely informative and is full of spaces since I have not yet implemented a code plugin in the blog. 

If you want the code, just browse the google code and download it from there. That code should work as intended.</description>
		<content:encoded><![CDATA[<p>Yes, this is in the code above. As I previously said, the code above is purely informative and is full of spaces since I have not yet implemented a code plugin in the blog. </p>
<p>If you want the code, just browse the google code and download it from there. That code should work as intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Gabreanu</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-223</link>
		<dc:creator>Andrei Gabreanu</dc:creator>
		<pubDate>Sun, 15 Aug 2010 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-223</guid>
		<description>You&#039;re welcome Jandujar! :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Jandujar! <img src='http://phpdev.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amc</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-218</link>
		<dc:creator>amc</dc:creator>
		<pubDate>Sun, 15 Aug 2010 12:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-218</guid>
		<description>Question: In the ZFDebug/Controller/Plugin/Debug.php there are spaces between &quot;&lt;&quot; and the following element label in the html ie &quot;&quot; This just simply does not work?</description>
		<content:encoded><![CDATA[<p>Question: In the ZFDebug/Controller/Plugin/Debug.php there are spaces between &#8220;&lt;&quot; and the following element label in the html ie &quot;&#8221; This just simply does not work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Punk &#187; The Cool Web Stuff Series (Part I)</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comment-1086</link>
		<dc:creator>Web Punk &#187; The Cool Web Stuff Series (Part I)</dc:creator>
		<pubDate>Thu, 12 Aug 2010 06:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://phpdev.ro/?p=1055#comment-1086</guid>
		<description>[...] his blog when searching for an extension for ZFDebug (a tool I wrote about in this post) and found this post. Beside this article you will find a lot of interesting stuff on Andrei&#8217;s [...] </description>
		<content:encoded><![CDATA[<p>[...] his blog when searching for an extension for ZFDebug (a tool I wrote about in this post) and found this post. Beside this article you will find a lot of interesting stuff on Andrei&#8217;s [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/3 queries in 0.001 seconds using disk
Object Caching 305/305 objects using disk

Served from: phpdev.ro @ 2012-02-04 16:54:34 -->
