summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/utilities.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html
index 8defbc1b6..615c0c52b 100644
--- a/user_guide/database/utilities.html
+++ b/user_guide/database/utilities.html
@@ -86,11 +86,11 @@ Database Utility Class
<h2>Initializing the Utility Class</h2>
<p class="important"><strong>Important:</strong>&nbsp; In order to initialize the Utility class, your database driver must
-already be running, since the utilities class is loaded from within the main DB class.</p>
+already be running, since the utilities class relies on it.</p>
<p>Load the Utility Class as follows:</p>
-<code>$this->db->load_utilities()</code>
+<code>$this->load->dbutil()</code>
<p>Once initialized you will access the functions using the <dfn>$this->dbutil</dfn> object:</p>