<?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: Create a PHP5 Framework &#8211; Part 2</title>
	<atom:link href="http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:53:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-78386</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-78386</guid>
		<description>ummm help i get this error.

Fatal error: Call to undefined method PCARegistry::storeCoreObjects() in C:\cefx\www\c\index.php on line 37</description>
		<content:encoded><![CDATA[<p>ummm help i get this error.</p>
<p>Fatal error: Call to undefined method PCARegistry::storeCoreObjects() in C:\cefx\www\c\index.php on line 37</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dohn &#187; links for 2009-06-12</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-71184</link>
		<dc:creator>Dohn &#187; links for 2009-06-12</dc:creator>
		<pubDate>Fri, 12 Jun 2009 08:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-71184</guid>
		<description>[...] Create a PHP5 Framework - Part 2 - Nettuts+ [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a PHP5 Framework &#8211; Part 2 &#8211; Nettuts+ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raw</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-67431</link>
		<dc:creator>raw</dc:creator>
		<pubDate>Tue, 26 May 2009 07:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-67431</guid>
		<description>a very nice database class indeed. i just noticed that sanitizedata was not used inside the class so we don&#039;t have to call it in the model/controller. is it also a good thing if we use utf8_encode along with sanitizedata. thanks..</description>
		<content:encoded><![CDATA[<p>a very nice database class indeed. i just noticed that sanitizedata was not used inside the class so we don&#8217;t have to call it in the model/controller. is it also a good thing if we use utf8_encode along with sanitizedata. thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CgBaran Tuts</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-61829</link>
		<dc:creator>CgBaran Tuts</dc:creator>
		<pubDate>Tue, 05 May 2009 23:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-61829</guid>
		<description>Great tutorial thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SammyK</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-61409</link>
		<dc:creator>SammyK</dc:creator>
		<pubDate>Mon, 04 May 2009 15:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-61409</guid>
		<description>Fantastic article, Michael Peacock. You are my hero. ;)

Just wanted to point out a minor adjustment for those who are integrating their own error reporting into the database class.

In the method: newConnection(), this:

$this-&gt;connections[$connection_id]-&gt;error

Doesn&#039;t actually return an error - errors that occur when connecting to the database are returned with:

$this-&gt;connections[$connection_id]-&gt;connect_error

Or before 5.2.9:

mysqli_connect_error()</description>
		<content:encoded><![CDATA[<p>Fantastic article, Michael Peacock. You are my hero. <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Just wanted to point out a minor adjustment for those who are integrating their own error reporting into the database class.</p>
<p>In the method: newConnection(), this:</p>
<p>$this-&gt;connections[$connection_id]-&gt;error</p>
<p>Doesn&#8217;t actually return an error &#8211; errors that occur when connecting to the database are returned with:</p>
<p>$this-&gt;connections[$connection_id]-&gt;connect_error</p>
<p>Or before 5.2.9:</p>
<p>mysqli_connect_error()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-53026</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 08 Apr 2009 02:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-53026</guid>
		<description>You sure are the man, i wish you all the best.
Thank you for taking time to show a oop app.</description>
		<content:encoded><![CDATA[<p>You sure are the man, i wish you all the best.<br />
Thank you for taking time to show a oop app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mubarak</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-47793</link>
		<dc:creator>mubarak</dc:creator>
		<pubDate>Tue, 24 Mar 2009 12:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-47793</guid>
		<description>without storing the database object how you called it?? will it work?? in the database example..</description>
		<content:encoded><![CDATA[<p>without storing the database object how you called it?? will it work?? in the database example..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-43252</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Sun, 08 Mar 2009 15:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-43252</guid>
		<description>Thanks a lot for those tutorials, it&#039;s really interesting to build a framework from scratch!
I&#039;ve just noticed a slight problem with the database class. After destructing the object, the connections will still be opened. This is due to the fact that there isn&#039;t any magic method called __deconstruct. The actual destructor method is __destruct. Your __deconstruct method has to be called explicitly in the code to close the connections, which makes it pretty useless. The reason it doesn&#039;t triggers any errors is because PHP believes you want to call a method __deconstruct and not build a destructor ;)

Still, this is a great tutorial! Looking forward for part IV and V!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for those tutorials, it&#8217;s really interesting to build a framework from scratch!<br />
I&#8217;ve just noticed a slight problem with the database class. After destructing the object, the connections will still be opened. This is due to the fact that there isn&#8217;t any magic method called __deconstruct. The actual destructor method is __destruct. Your __deconstruct method has to be called explicitly in the code to close the connections, which makes it pretty useless. The reason it doesn&#8217;t triggers any errors is because PHP believes you want to call a method __deconstruct and not build a destructor <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Still, this is a great tutorial! Looking forward for part IV and V!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KP</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-42968</link>
		<dc:creator>KP</dc:creator>
		<pubDate>Sat, 07 Mar 2009 01:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-42968</guid>
		<description>How do I use insertRecords()?</description>
		<content:encoded><![CDATA[<p>How do I use insertRecords()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://net.tutsplus.com/tutorials/php/create-a-php5-framework-part-2/#comment-34578</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 08 Feb 2009 17:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=805#comment-34578</guid>
		<description>found a slight typo in the code on line 49 of the template.class.php file you wrote:

$templateContent = file_get_contents($bit);

$bit isn&#039;t defined yet $bits is.</description>
		<content:encoded><![CDATA[<p>found a slight typo in the code on line 49 of the template.class.php file you wrote:</p>
<p>$templateContent = file_get_contents($bit);</p>
<p>$bit isn&#8217;t defined yet $bits is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.007 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 11:12:06 -->