<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>MotomaSTYLE</title>
		<link>http://motomastyle.com/home/</link>
		

		
		<item>
			<title>Comment by 'guest' on Creating a MySQL Data Abstraction Layer in PHP</title>
			<link>http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/#PageComment_39</link>
			<description>Very useful, thanks...
Only a question: when / how the disconnect method must be called?
Is the connection automatically closed when the script ends?</description>
			<pubDate>Wed, 16 Sep 2009 00:23:01 -0400</pubDate>
			<author>guest</author>
			<guid>http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/#PageComment_39</guid>
		</item>
		
		<item>
			<title>Comment by 'Markus' on Creating a MySQL Data Abstraction Layer in PHP</title>
			<link>http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/#PageComment_24</link>
			<description>I should look into MySQLi. I've heard about it but not really understood it. Is it a bundled part of the latest PHP releases, or an addon?

But, yes, you should get this updated ;]</description>
			<pubDate>Fri, 13 Feb 2009 16:50:51 -0500</pubDate>
			<author>Markus</author>
			<guid>http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/#PageComment_24</guid>
		</item>
		
		<item>
			<title>Comment by 'Chris' on Creating a MySQL Data Abstraction Layer in PHP</title>
			<link>http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/#PageComment_23</link>
			<description>This needs updating to PHP5.

Also, there is already a database class built into PHP called MySQLi, so it's easier to use this and just extend it to add your own abstraction functions.

For example you could override mysqli::query() with your function above.</description>
			<pubDate>Tue, 21 Oct 2008 15:48:23 -0400</pubDate>
			<author>Chris</author>
			<guid>http://motomastyle.com/creating-a-mysql-data-abstraction-layer-in-php/#PageComment_23</guid>
		</item>
		

	</channel>
</rss>
