PHP Classes

This package description suggests that it can also be used fo...

Recommend this page to a friend!

      PDO MySQLi MySQL Class  >  All threads  >  This package description suggests...  >  (Un) Subscribe thread alerts  
Subject:This package description suggests...
Summary:Package rating comment
Messages:2
Author:Ronald Verdonk
Date:2011-01-30 12:48:37
Update:2011-01-30 16:06:55
 

Ronald Verdonk rated this package as follows:

Utility: Insufficient
Consistency: Not sure
Examples: Insufficient

  1. This package description suggests...   Reply   Report abuse  
Picture of Ronald Verdonk Ronald Verdonk - 2011-01-30 12:48:39
This package description suggests that it can also be used for MySQLi. It does not. So when does that arrive?

  2. Re: This package description suggests...   Reply   Report abuse  
Picture of Jason Gerfen Jason Gerfen - 2011-01-30 16:06:56 - In reply to message 1 from Ronald Verdonk
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'