diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-03-05 18:49:55 +0100 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-03-05 18:49:55 +0100 |
commit | 69bb408cefe7ae496353f0d81692699f6ef83353 (patch) | |
tree | b8bbe30338b169b2338c422c99202e515d89f7f0 /user_guide_src/source | |
parent | fdb75418c9c4b87e9d7f15f1b59fe8d55739c8f3 (diff) |
Fixed note in documentation
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/database/results.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/results.rst b/user_guide_src/source/database/results.rst index 90d2efce3..865345762 100644 --- a/user_guide_src/source/database/results.rst +++ b/user_guide_src/source/database/results.rst @@ -150,7 +150,7 @@ is the variable that the query result object is assigned to:: echo $query->num_rows(); -..note:: +.. note:: Not all database drivers have a native way of getting the total number of rows for a result set. When this is the case, all of the data is prefetched and count() is manually called on the |