Skip to content

Commit 2fa1d3b

Browse files
committed
Update readme.md
fix getValue(...) to $db->getValue(...) in Select Query section of the readme file
1 parent ef942d6 commit 2fa1d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ echo "total ".$stats['cnt']. "users found";
142142
or select one column or function result
143143

144144
```php
145-
$count = getValue ("users", "count(*)");
145+
$count = $db->getValue ("users", "count(*)");
146146
echo "{$count} users found";
147147
```
148148

0 commit comments

Comments
 (0)