Update README

This commit is contained in:
Timothy Warren 2012-04-10 14:32:48 -04:00
parent d1ff8d2690
commit ab34a7c0fc
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ Query uses the same interface as CodeIgniter's [Active Record class](http://code
#### Retrieving Results
To retreive the results of a query, use the PDO methods: [fetch](http://php.net/manual/en/pdostatement.fetch.php) and / or [fetchAll](http://php.net/manual/en/pdostatement.fetchall.php).
An example of a moderately complex query:
$query = $db->select('id, key as k, val')