mirror of
https://github.com/dg/dibi.git
synced 2025-10-22 02:06:27 +02:00
parser updates, DibiResult:: to Dibi::
This commit is contained in:
@@ -21,7 +21,7 @@ if (is_error($res))
|
||||
|
||||
|
||||
// auto-convert this field to integer
|
||||
$res->setType('inumber', DibiResult::FIELD_INTEGER);
|
||||
$res->setType('inumber', Dibi::FIELD_INTEGER);
|
||||
$record = $res->fetch();
|
||||
var_dump($record);
|
||||
|
||||
|
Reference in New Issue
Block a user