1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-16 11:04:43 +02:00

added @property phpDoc

This commit is contained in:
David Grudl
2010-04-22 12:12:11 +02:00
parent ea5e1f052f
commit 90d61002fb
6 changed files with 60 additions and 2 deletions

View File

@@ -417,7 +417,7 @@ class DibiPdoDriver extends DibiObject implements IDibiDriver
// PHP < 5.2.3 compatibility
// @see: http://php.net/manual/en/pdostatement.getcolumnmeta.php#pdostatement.getcolumnmeta.changelog
$row['table'] = isset($row['table']) ? $row['table'] : NULL;
$res[] = array(
'name' => $row['name'],
'table' => $row['table'],