| 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 | 
| 
 | 
  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? 
  
  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' 
  
   |