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 [...] [...more]
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 [...] [...more]
I tried searching but all they say is which is faster and that sort of things. What’s the difference? [...more]
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 [...] [...more]