Zend MySQL adapter (not mysqli or pdo_mysql)
Package:
Summary:
Zend DB adapter using the original MySQL extension
Groups:
Author:
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 PDO MySQL extensions, except that it uses the mysql_connect, mysql_query and other functions of the original PHP MySQL extension.
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.
Comments are closed.