<?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: php &#124; tek Wrapup</title>
	<atom:link href="http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Sun, 14 Mar 2010 11:08:56 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Payne</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-84614</link>
		<dc:creator>Daniel Payne</dc:creator>
		<pubDate>Wed, 15 Jul 2009 06:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-84614</guid>
		<description>I enjoyed reading your slides on Coding for Success because it shared best practices that will help me in the long run with my PHP sites.</description>
		<content:encoded><![CDATA[<p>I enjoyed reading your slides on Coding for Success because it shared best practices that will help me in the long run with my PHP sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-84602</link>
		<dc:creator>Vikram</dc:creator>
		<pubDate>Mon, 06 Jul 2009 11:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-84602</guid>
		<description>Cool slides!!</description>
		<content:encoded><![CDATA[<p>Cool slides!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livetek Software</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-84583</link>
		<dc:creator>Livetek Software</dc:creator>
		<pubDate>Fri, 12 Jun 2009 05:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-84583</guid>
		<description>Hello,

Thanks for nice information. I am also php programmer and can you please give more reference and suggestion on PHP.


Thanks
Kaur</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for nice information. I am also php programmer and can you please give more reference and suggestion on PHP.</p>
<p>Thanks<br />
Kaur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Guru</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-84129</link>
		<dc:creator>PHP Guru</dc:creator>
		<pubDate>Tue, 21 Oct 2008 04:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-84129</guid>
		<description>Thanks for the slides!</description>
		<content:encoded><![CDATA[<p>Thanks for the slides!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php &#124; tek Wrapup from Jeff Moore - PHPUGFFM - PHP User Group Frankfurt am Main</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-83974</link>
		<dc:creator>php &#124; tek Wrapup from Jeff Moore - PHPUGFFM - PHP User Group Frankfurt am Main</dc:creator>
		<pubDate>Mon, 21 Jul 2008 11:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-83974</guid>
		<description>[...] http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/" rel="nofollow">http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-83942</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 08 Jul 2008 13:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-83942</guid>
		<description>How the heck do i contact you? There&#039;s no contact form or anything on this site - only comments :-S

Please delete this comment once you read it, sorry for posting it here, but i want to talk to you.

Kind regards,
Scott</description>
		<content:encoded><![CDATA[<p>How the heck do i contact you? There&#8217;s no contact form or anything on this site &#8211; only comments :-S</p>
<p>Please delete this comment once you read it, sorry for posting it here, but i want to talk to you.</p>
<p>Kind regards,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-83815</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 28 May 2008 07:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-83815</guid>
		<description>andrisp,
By converting PHP errors into exceptions, you are generally converting non-fatal events like  E_WARNING and E_NOTICE into fatal events.  A global user error handler can do this for code that wasn&#039;t written to be exception aware and thus screw up its error handling expectations.  This makes it harder to integrate code from multiple parties.  And what do you really gain from doing this?

Phillip,
Past conferences have made recordings (but not done anything with them), but none were made at this one, to my knowledge.

Thanks for your interest.</description>
		<content:encoded><![CDATA[<p>andrisp,<br />
By converting PHP errors into exceptions, you are generally converting non-fatal events like  E_WARNING and E_NOTICE into fatal events.  A global user error handler can do this for code that wasn&#8217;t written to be exception aware and thus screw up its error handling expectations.  This makes it harder to integrate code from multiple parties.  And what do you really gain from doing this?</p>
<p>Phillip,<br />
Past conferences have made recordings (but not done anything with them), but none were made at this one, to my knowledge.</p>
<p>Thanks for your interest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Harrington</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-83813</link>
		<dc:creator>Phillip Harrington</dc:creator>
		<pubDate>Tue, 27 May 2008 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-83813</guid>
		<description>Great book recommendations. Does video of your talks exist?</description>
		<content:encoded><![CDATA[<p>Great book recommendations. Does video of your talks exist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrisp</title>
		<link>http://www.procata.com/blog/archives/2008/05/26/php-tek-wrapup/#comment-83812</link>
		<dc:creator>andrisp</dc:creator>
		<pubDate>Tue, 27 May 2008 09:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/?p=290#comment-83812</guid>
		<description>Hello,

Can you give some more information on &quot;Exceptional PHP&quot;&#039;s slide #31 where you say that it is not good to convert php errors to exceptions ?

I&#039;m doing this (except for notices) and I realy don&#039;t see why this approach is bad. 

And I have question about slide #35 - if I have special exception called ValidationException and which is used when validating user input (from plain html forms). If data is not correct, then this exception is thrown and a try() in controller catches it and shows a nice message to user. Is this a valid use of exceptions ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Can you give some more information on &#8220;Exceptional PHP&#8221;&#8217;s slide #31 where you say that it is not good to convert php errors to exceptions ?</p>
<p>I&#8217;m doing this (except for notices) and I realy don&#8217;t see why this approach is bad. </p>
<p>And I have question about slide #35 &#8211; if I have special exception called ValidationException and which is used when validating user input (from plain html forms). If data is not correct, then this exception is thrown and a try() in controller catches it and shows a nice message to user. Is this a valid use of exceptions ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
