diff options
author | admin <devnull@localhost> | 2006-10-12 20:01:52 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-12 20:01:52 +0200 |
commit | 572ed815e69fdd79bfc9cad63afcd370a4eba0aa (patch) | |
tree | 54a7e042c58bd2cbb284afa22fbf682414552114 /user_guide/database | |
parent | 0aef222d246da84c90e9a89f31f6677cbe6b4ddc (diff) |
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/utilities.html | 4 |
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> 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>
|