<?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 Advanced Error Controller</title>
	<atom:link href="http://www.thedeveloperday.com/custom-profiler-for-live-environments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/</link>
	<description>Staying Curious</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Weinraub</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-1094</link>
		<dc:creator>David Weinraub</dc:creator>
		<pubDate>Fri, 16 Sep 2011 08:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-1094</guid>
		<description>Very nice. 

On top of the improved ErrorController idea, your modified Db_Profiler idea seems likely to be very useful for getting the last query. Cool!

Thanks!</description>
		<content:encoded><![CDATA[<p>Very nice. </p>
<p>On top of the improved ErrorController idea, your modified Db_Profiler idea seems likely to be very useful for getting the last query. Cool!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Punk &#187; Zend Framework Advanced Error Controller &#8211; The Developer Day</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-1020</link>
		<dc:creator>Web Punk &#187; Zend Framework Advanced Error Controller &#8211; The Developer Day</dc:creator>
		<pubDate>Tue, 29 Mar 2011 09:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-1020</guid>
		<description>[...] via Zend Framework Advanced Error Controller &#8211; The Developer Day. [...]</description>
		<content:encoded><![CDATA[<p>[...] via Zend Framework Advanced Error Controller &#8211; The Developer Day. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Kushner</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-944</link>
		<dc:creator>Jonathan Kushner</dc:creator>
		<pubDate>Thu, 30 Dec 2010 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-944</guid>
		<description>Very nice! Your missing the class variable server on Application_Service_Notifier_Error.</description>
		<content:encoded><![CDATA[<p>Very nice! Your missing the class variable server on Application_Service_Notifier_Error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kebunanggur</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-937</link>
		<dc:creator>kebunanggur</dc:creator>
		<pubDate>Tue, 14 Dec 2010 10:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-937</guid>
		<description>hi there, im an asp developer for some years and now starting build a php zend framework project. wanna thanks for your great codes and tutorial. 

but as i a totally newbee on php and this (OMG), i was wondering, where do i have to attached those codes? 

thanks</description>
		<content:encoded><![CDATA[<p>hi there, im an asp developer for some years and now starting build a php zend framework project. wanna thanks for your great codes and tutorial. </p>
<p>but as i a totally newbee on php and this (OMG), i was wondering, where do i have to attached those codes? </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-843</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 24 Aug 2010 11:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-843</guid>
		<description>In your code:
        $database = $bootstrap-&gt;getResource(&#039;database&#039;);
        $profiler = $database-&gt;getProfiler();

Can you show me your database config to load customize profiler (Application_Db_Profiler)


My Code:
;======================
resources.database.profiler.class = “WDS_Db_Profiler”
resources.database.profiler.enabled = true
;======================

But it not work.</description>
		<content:encoded><![CDATA[<p>In your code:<br />
        $database = $bootstrap-&gt;getResource(&#8216;database&#8217;);<br />
        $profiler = $database-&gt;getProfiler();</p>
<p>Can you show me your database config to load customize profiler (Application_Db_Profiler)</p>
<p>My Code:<br />
;======================<br />
resources.database.profiler.class = “WDS_Db_Profiler”<br />
resources.database.profiler.enabled = true<br />
;======================</p>
<p>But it not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-842</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 24 Aug 2010 10:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-842</guid>
		<description>Hi, 
When I comment all code about DB from your code.
It work perfect. 
When i open,
I got an error at line 20 in file ErrorController.php
$profiler = $database-&gt;getProfiler();

Fatal error: Call to a member function getProfiler() on a non-object

I has this code in Application config file to load class Profiler like manual of Zend. http://framework.zend.com/manual/en/zend.db.profiler.html

Code:
;======================
resources.database.profiler.class = &quot;WDS_Db_Profiler&quot;
resources.database.profiler.enabled = true
;======================

I&#039;m looking for all your code. Don&#039;t have any code to load Application_Db_Profiler.

Can you tell me how to fix this error to show notify about db when application error.
Thank you very much for your solution.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
When I comment all code about DB from your code.<br />
It work perfect.<br />
When i open,<br />
I got an error at line 20 in file ErrorController.php<br />
$profiler = $database-&gt;getProfiler();</p>
<p>Fatal error: Call to a member function getProfiler() on a non-object</p>
<p>I has this code in Application config file to load class Profiler like manual of Zend. <a href="http://framework.zend.com/manual/en/zend.db.profiler.html" rel="nofollow">http://framework.zend.com/manual/en/zend.db.profiler.html</a></p>
<p>Code:<br />
;======================<br />
resources.database.profiler.class = &#8220;WDS_Db_Profiler&#8221;<br />
resources.database.profiler.enabled = true<br />
;======================</p>
<p>I&#8217;m looking for all your code. Don&#8217;t have any code to load Application_Db_Profiler.</p>
<p>Can you tell me how to fix this error to show notify about db when application error.<br />
Thank you very much for your solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lamb</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-829</link>
		<dc:creator>Eric Lamb</dc:creator>
		<pubDate>Mon, 02 Aug 2010 06:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-829</guid>
		<description>Wonderful post Žilvinas; I was thinking about putting together a similar ErrorController myself but yours worked like a charm for a good base.

Well done :)</description>
		<content:encoded><![CDATA[<p>Wonderful post Žilvinas; I was thinking about putting together a similar ErrorController myself but yours worked like a charm for a good base.</p>
<p>Well done <img src='http://www.thedeveloperday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awdhesh\</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-776</link>
		<dc:creator>awdhesh\</dc:creator>
		<pubDate>Mon, 19 Jul 2010 13:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-776</guid>
		<description>hi sir i need your help i want to make diffrent diffrent layout in zend framework and diffrent module can u help me</description>
		<content:encoded><![CDATA[<p>hi sir i need your help i want to make diffrent diffrent layout in zend framework and diffrent module can u help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: __fabrice</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-727</link>
		<dc:creator>__fabrice</dc:creator>
		<pubDate>Fri, 09 Jul 2010 21:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-727</guid>
		<description>Hi,

Can you explain a little bit please. Or give us a zip file with all files ?

I have 2 errors : 

- Fatal error: Call to a member function getProfiler() on a non-object in .../.../ErrorController.php on line 20 ==&gt; $profiler = $database-&gt;getProfiler();

and

- Fatal error: Class &#039;Application_Service_Notifier_Error&#039; not found in ...I create an Error.php file here : /library/Service/Notifier/Error.php. Correct ?

Thanks
F.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you explain a little bit please. Or give us a zip file with all files ?</p>
<p>I have 2 errors : </p>
<p>- Fatal error: Call to a member function getProfiler() on a non-object in &#8230;/&#8230;/ErrorController.php on line 20 ==&gt; $profiler = $database-&gt;getProfiler();</p>
<p>and</p>
<p>- Fatal error: Class &#8216;Application_Service_Notifier_Error&#8217; not found in &#8230;I create an Error.php file here : /library/Service/Notifier/Error.php. Correct ?</p>
<p>Thanks<br />
F.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih</title>
		<link>http://www.thedeveloperday.com/custom-profiler-for-live-environments/comment-page-1/#comment-508</link>
		<dc:creator>Fatih</dc:creator>
		<pubDate>Wed, 16 Jun 2010 21:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedeveloperday.com/custom-profiler-for-live-environments/#comment-508</guid>
		<description>Nice Tutorial ,
but there are some syntax error , 
in getfullmessage method, 

if (!emptyempty)

should be if(!empty),

and i agree with mike, may be you should also explain your configuration, application.ini file.
so that newbies can understand parameters in swith case</description>
		<content:encoded><![CDATA[<p>Nice Tutorial ,<br />
but there are some syntax error ,<br />
in getfullmessage method, </p>
<p>if (!emptyempty)</p>
<p>should be if(!empty),</p>
<p>and i agree with mike, may be you should also explain your configuration, application.ini file.<br />
so that newbies can understand parameters in swith case</p>
]]></content:encoded>
	</item>
</channel>
</rss>

