<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weez.com &#187; mysqli</title>
	<atom:link href="http://www.weez.com/tag/mysqli/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mysqli Essential DB Class</title>
		<link>http://www.weez.com/2010/05/mysqli-essential-db-class/</link>
		<comments>http://www.weez.com/2010/05/mysqli-essential-db-class/#comments</comments>
		<pubDate>Thu, 27 May 2010 03:25:50 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Essential]]></category>
		<category><![CDATA[mysqli]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/05/mysqli-essential-db-class/</guid>
		<description><![CDATA[Package: Mysqli Essential DB Class Summary: MySQL database access wrapper using MySQLi Groups: Databases, PHP 5 Author: Ahmad Samiei Description: This class implements a MySQL database access wrapper using MySQLi. It can: - Establish connections to MySQL server hosts - Execute SQL queries - Determine the number of result rows or affected rows - Retrieve [...]]]></description>
			<content:encoded><![CDATA[<div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Package:</div>
<div><a href="http://www.phpclasses.org/package/6233-PHP-MySQL-database-access-wrapper-using-MySQLi.html">Mysqli Essential DB Class</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Summary: </div>
<div><span name="description">MySQL database access wrapper using MySQLi</span></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Groups: </div>
<div><a href="http://www.phpclasses.org/browse/class/10.html">Databases</a>, <a href="http://www.phpclasses.org/browse/class/8.html">PHP 5</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Author: </div>
<div><a href="http://www.phpclasses.org/browse/author/581774.html">Ahmad Samiei</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Description: </div>
<div>This class implements a MySQL database access wrapper using MySQLi. It can:</p>
<p>- Establish connections to MySQL server hosts<br />
- Execute SQL queries<br />
- Determine the number of result rows or affected rows<br />
- Retrieve query results into arrays<br />
- Display the schema of a database as HTML lists</div>
</div>
<p><a href="http://feedads.g.doubleclick.net/~a/yPQ93TeoeOiUtJY873Ew1mfbSic/0/da"><img src="http://feedads.g.doubleclick.net/~a/yPQ93TeoeOiUtJY873Ew1mfbSic/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/yPQ93TeoeOiUtJY873Ew1mfbSic/1/da"><img src="http://feedads.g.doubleclick.net/~a/yPQ93TeoeOiUtJY873Ew1mfbSic/1/di" border="0" ismap="true"></img></a></p>
<p>View full post on <a href="http://feedproxy.google.com/~r/phpclasses/~3/ZQ0WWT2azio/6233-PHP-MySQL-database-access-wrapper-using-MySQLi.html">PHP Classes: Latest entries</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/05/mysqli-essential-db-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend MySQL adapter (not mysqli or pdo_mysql)</title>
		<link>http://www.weez.com/2010/05/zend-mysql-adapter-not-mysqli-or-pdo_mysql/</link>
		<comments>http://www.weez.com/2010/05/zend-mysql-adapter-not-mysqli-or-pdo_mysql/#comments</comments>
		<pubDate>Tue, 18 May 2010 03:24:44 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqli]]></category>
		<category><![CDATA[pdo_mysql]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/05/zend-mysql-adapter-not-mysqli-or-pdo_mysql/</guid>
		<description><![CDATA[Package: Zend MySQL adapter (not mysqli or pdo_mysql) Summary: Zend DB adapter using the original MySQL extension Groups: Databases, PHP 5 Author: Viktor Jenei Description: This class implements an adapter for Zend DB of Zend Framework that uses the original MySQL extension. It provides the same functionality as other adapters that use the MySQLi or [...]]]></description>
			<content:encoded><![CDATA[<div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Package:</div>
<div><a href="http://www.phpclasses.org/package/6208-PHP-Zend-DB-adapter-using-the-original-MySQL-extension.html">Zend MySQL adapter (not mysqli or pdo_mysql)</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Summary: </div>
<div><span name="description">Zend DB adapter using the original MySQL extension</span></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Groups: </div>
<div><a href="http://www.phpclasses.org/browse/class/10.html">Databases</a>, <a href="http://www.phpclasses.org/browse/class/8.html">PHP 5</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Author: </div>
<div><a href="http://www.phpclasses.org/browse/author/761791.html">Viktor Jenei</a></div>
<div style="font-weight: bold; font-size: larger; margin-top: 1ex">Description: </div>
<div>This class implements an adapter for Zend DB of Zend Framework that uses the original MySQL extension.</p>
<p>It provides the same functionality as other adapters that use the MySQLi or    PDO MySQL extensions, except that it uses the mysql_connect, mysql_query and other functions of the original PHP MySQL extension.</p></div>
</div>
<p><a href="http://feedads.g.doubleclick.net/~a/fhrEmZTAHVD0BYc4aiIMpEWKOIA/0/da"><img src="http://feedads.g.doubleclick.net/~a/fhrEmZTAHVD0BYc4aiIMpEWKOIA/0/di" border="0" ismap="true"></img></a><br/><br />
<a href="http://feedads.g.doubleclick.net/~a/fhrEmZTAHVD0BYc4aiIMpEWKOIA/1/da"><img src="http://feedads.g.doubleclick.net/~a/fhrEmZTAHVD0BYc4aiIMpEWKOIA/1/di" border="0" ismap="true"></img></a></p>
<p>View full post on <a href="http://feedproxy.google.com/~r/phpclasses/~3/sMWbxl9W8qg/6208-PHP-Zend-DB-adapter-using-the-original-MySQL-extension.html">PHP Classes: Latest entries</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/05/zend-mysql-adapter-not-mysqli-or-pdo_mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what is the difference between mysql and mysqli?</title>
		<link>http://www.weez.com/2010/04/what-is-the-difference-between-mysql-and-mysqli/</link>
		<comments>http://www.weez.com/2010/04/what-is-the-difference-between-mysql-and-mysqli/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:28:35 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[between]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[mysqli]]></category>

		<guid isPermaLink="false">http://www.weez.com/2010/04/what-is-the-difference-between-mysql-and-mysqli/</guid>
		<description><![CDATA[I tried searching but all they say is which is faster and that sort of things. What&#8217;s the difference?]]></description>
			<content:encoded><![CDATA[<p>I tried searching but all they say is which is faster and that sort of things. What&#8217;s the difference?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2010/04/what-is-the-difference-between-mysql-and-mysqli/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>mysqlnd</title>
		<link>http://www.weez.com/2008/09/mysqlnd/</link>
		<comments>http://www.weez.com/2008/09/mysqlnd/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 10:18:32 +0000</pubDate>
		<dc:creator>Abidoon</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[mysqli]]></category>
		<category><![CDATA[mysqlnd]]></category>

		<guid isPermaLink="false">http://www.weez.com/?p=26</guid>
		<description><![CDATA[The new PHP driver for MySQL is out! http://dev.mysql.com/downloads/connector/php-mysqlnd/ Anyone give it a whirl? Well we certainly did and its cool . You can read all about it by clicking the link at above. I especially like the stats that the new driver now presents to you. Here is a sample bytes_sent 68935 bytes_received 304237 [...]]]></description>
			<content:encoded><![CDATA[<p>The new PHP driver for MySQL is out! <a href="http://dev.mysql.com/downloads/connector/php-mysqlnd/" target="new" rel="nofollow"/>http://dev.mysql.com/downloads/connector/php-mysqlnd/</a><br />
Anyone give it a whirl? </p>
<p>Well we certainly did and its cool <img src='http://www.weez.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>You can read all about it by clicking the link at above. I especially like the stats that the new driver now presents to you. </p>
<p>Here is a sample</p>
<p>bytes_sent	68935<br />
bytes_received	304237<br />
packets_sent	1229<br />
packets_received	4427<br />
protocol_overhead_in	17708<br />
protocol_overhead_out	4916<br />
result_set_queries	199<br />
non_result_set_queries	21<br />
no_index_used	65<br />
bad_index_used	0<br />
buffered_sets	198<br />
unbuffered_sets	0<br />
ps_buffered_sets	0<br />
ps_unbuffered_sets	1<br />
flushed_normal_sets	0<br />
flushed_ps_sets	1<br />
rows_fetched_from_server	609<br />
rows_fetched_from_client	609<br />
rows_skipped	0<br />
copy_on_write_saved	4895<br />
copy_on_write_performed	4168<br />
command_buffer_too_small	0<br />
connect_success	401<br />
connect_failure	0<br />
connection_reused	0<br />
explicit_close	401<br />
implicit_close	0<br />
disconnect_close	0<br />
in_middle_of_command_close	1<br />
explicit_free_result	1<br />
implicit_free_result	198<br />
explicit_stmt_close	1<br />
implicit_stmt_close	0<br />
Persistent cache	enabled<br />
put_hits	8<br />
put_misses	10<br />
get_hits	18<br />
get_misses	9045<br />
size	10<br />
free_items	0<br />
references	2</p>
<p>Although they says its beta in all our tests it seemed pretty stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weez.com/2008/09/mysqlnd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
