mirror of
https://github.com/dg/dibi.git
synced 2025-07-30 19:00:13 +02:00
parser updates, DibiResult:: to Dibi::
This commit is contained in:
@@ -26,10 +26,11 @@ $arr3 = array(
|
||||
'col3' => 'three',
|
||||
);
|
||||
$arr4 = array(
|
||||
'a' => 12,
|
||||
'b' => NULL,
|
||||
'c%T' => time(), // modifier 'T' means datetime
|
||||
'd' => 'any string',
|
||||
'a' => 12,
|
||||
'b' => NULL,
|
||||
'c%?' => NULL,
|
||||
'd%T' => time(), // modifier 'T' means datetime
|
||||
'e' => 'any string',
|
||||
);
|
||||
$arr5 = array('RAND()', '[col1] > [col2]');
|
||||
|
||||
|
Reference in New Issue
Block a user