A space for readability

This commit is contained in:
Timothy Warren 2012-03-19 23:47:07 -04:00
parent 09f6a249d8
commit 356a2a920a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ This will generate a query similar to (with this being the output for a Postgres
LIMIT 3 OFFSET 1
To retreive the results of a query, use the PDO method [fetch](http://php.net/manual/en/pdostatement.fetch.php) and/or[fetchAll](http://php.net/manual/en/pdostatement.fetchall.php).
To retreive the results of a query, use the PDO method [fetch](http://php.net/manual/en/pdostatement.fetch.php) and/or [fetchAll](http://php.net/manual/en/pdostatement.fetchall.php).
$query = $db->get('table_name');