PHP Classes

PDO/MySQLi/MySQL class

Recommend this page to a friend!

      PDO MySQLi MySQL Class  >  All threads  >  PDO/MySQLi/MySQL class  >  (Un) Subscribe thread alerts  
Subject:PDO/MySQLi/MySQL class
Summary:RE:
Messages:1
Author:Jason Gerfen
Date:2011-01-30 16:05:13
 

  1. PDO/MySQLi/MySQL class   Reply   Report abuse  
Picture of Jason Gerfen Jason Gerfen - 2011-01-30 16:05:13
If your PHP installation supports PDO access methods it uses that first, you can specifically set the class to use MySQLi support by setting the $flag variable equal to 0x002 like this: $this->flag = '0x002'