File: |
dbase.class.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Source |
Class: |
Simple MySQL handler
Execute SQL queries with MySQLi or MySQL extension |
Author: |
By Matthew Boyle |
Last change: |
Updated query building functions to appropriately used NULL values in WHERE clause.
ie: $db->update('MyTable', ['field1'=> 2], ['field1' => NULL]); will now work like
$db->execute("UPDATE `MyTable` SET field1= 2 WHERE field1 IS NULL"); |
Date: |
6 years ago |
Size: |
19,754 bytes |
|
|
|