The Mysqli adapter uses the 'mysqli' PHP extension. The Pdo_Mysql adapter uses the 'pdo_mysql' PHP extension. Some people use PHP environments that have one or the other of these extensions enabled, so we support both extensions. The behavior of both Zend_Db adapters is intended to be identical wherever possible.
Regards, Bill Karwin > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Aljosa Mohorovic > Sent: Friday, September 28, 2007 5:40 AM > To: [email protected] > Subject: [fw-general] PDO_MYSQL vs. MYSQLI > > is there any difference in using MYSQLI or PDO_MYSQL? > > Aljosa >
