1
0
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:
David Grudl
2006-06-08 01:35:44 +00:00
parent 18d3dd444d
commit 3030881f07
10 changed files with 184 additions and 150 deletions

View File

@@ -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);