From 572ed815e69fdd79bfc9cad63afcd370a4eba0aa Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 12 Oct 2006 18:01:52 +0000 Subject: --- user_guide/database/utilities.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/database/utilities.html') 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

Initializing the Utility Class

Important:  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.

+already be running, since the utilities class relies on it.

Load the Utility Class as follows:

-$this->db->load_utilities() +$this->load->dbutil()

Once initialized you will access the functions using the $this->dbutil object:

-- cgit v1.2.3-24-g4f1b