From ab34a7c0fc093969ebd7fd9686123618b493936b Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 10 Apr 2012 14:32:48 -0400 Subject: [PATCH] Update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 49a3f40..55640d2 100644 --- a/README.md +++ b/README.md @@ -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')