From d30f35d361c3038c77fd97747d8083a8022855ac Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Tue, 21 Jul 2015 10:48:50 -0500 Subject: Added missing space. --- user_guide_src/source/database/results.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source/database') diff --git a/user_guide_src/source/database/results.rst b/user_guide_src/source/database/results.rst index 54465b39a..658b0bc59 100644 --- a/user_guide_src/source/database/results.rst +++ b/user_guide_src/source/database/results.rst @@ -177,7 +177,7 @@ Custom Result Objects ********************* You can have the results returned as an instance of a custom class instead of a stdClass or array, -as the ``result()`` and ``result_array()`` methods allow.This requires that the class is already +as the ``result()`` and ``result_array()`` methods allow. This requires that the class is already loaded into memory. The class will have all values returned from the database set on the class as class variables. If your class already has those class variables created and ``protected`` then you should provide a ``__set()`` method to allow the class variables to be set. -- cgit v1.2.3-24-g4f1b