<?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 Profile Class</title>
	<atom:link href="http://www.coderholic.com/php-profile-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderholic.com/php-profile-class/</link>
	<description>Addicted to Development</description>
	<lastBuildDate>Mon, 01 Mar 2010 09:46:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.coderholic.com/php-profile-class/comment-page-1/#comment-2236</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=89#comment-2236</guid>
		<description>Thanks! I&#039;ve just fixed it.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;ve just fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.coderholic.com/php-profile-class/comment-page-1/#comment-2235</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=89#comment-2235</guid>
		<description>Hey Boss... you have an error on line 13 above in the profile class....

it reads...:

public __construct()

should be ...:

public function __construct()</description>
		<content:encoded><![CDATA[<p>Hey Boss&#8230; you have an error on line 13 above in the profile class&#8230;.</p>
<p>it reads&#8230;:</p>
<p>public __construct()</p>
<p>should be &#8230;:</p>
<p>public function __construct()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coderholic &#187; Blog Archive &#187; Beware PHP&#8217;s split()</title>
		<link>http://www.coderholic.com/php-profile-class/comment-page-1/#comment-1665</link>
		<dc:creator>Coderholic &#187; Blog Archive &#187; Beware PHP&#8217;s split()</dc:creator>
		<pubDate>Thu, 29 Jan 2009 22:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=89#comment-1665</guid>
		<description>[...] result from both functions, but you&#8217;ll suffer a slight performance hit with split. Using my profile class I worked out that explode is just over twice as fast as [...]</description>
		<content:encoded><![CDATA[<p>[...] result from both functions, but you&#8217;ll suffer a slight performance hit with split. Using my profile class I worked out that explode is just over twice as fast as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.coderholic.com/php-profile-class/comment-page-1/#comment-558</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 28 Sep 2008 21:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=89#comment-558</guid>
		<description>XDebug is a great way to profile PHP applications, and also helps with debugging too.

My Profile class isn&#039;t meant as a replacement for something like XDebug. I&#039;ve been using it to compare several slightly different blocks of code. Using the Profile class this is relatively simple. Using XDebug it&#039;d be a bit more longwinded, as you&#039;d have to look through logs etc.</description>
		<content:encoded><![CDATA[<p>XDebug is a great way to profile PHP applications, and also helps with debugging too.</p>
<p>My Profile class isn&#8217;t meant as a replacement for something like XDebug. I&#8217;ve been using it to compare several slightly different blocks of code. Using the Profile class this is relatively simple. Using XDebug it&#8217;d be a bit more longwinded, as you&#8217;d have to look through logs etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.coderholic.com/php-profile-class/comment-page-1/#comment-546</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Sat, 27 Sep 2008 12:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderholic.com/?p=89#comment-546</guid>
		<description>A better way to profile PHP apps is to use Xdebug http://xdebug.org/</description>
		<content:encoded><![CDATA[<p>A better way to profile PHP apps is to use Xdebug <a href="http://xdebug.org/" rel="nofollow">http://xdebug.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
