Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Indieteq committed Apr 16, 2013
1 parent b5e10e0 commit 23c7d6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -77,7 +77,6 @@ string[] sperson = db.row("SELECT * FROM persons WHERE id = @id");
#### Fetching Single Value:
This method returns only one single value of a record.
```php
<?php
// Fetch one single value
string age = db.single("SELECT firstname FROM persons WHERE id = @id", new string[]{"id", "3"});
```
Expand Down

0 comments on commit 23c7d6d

Please sign in to comment.