From fd2750b8f85b4f204e536d255742e18018c3f1f2 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 6 Oct 2006 17:29:12 +0000 Subject: --- user_guide/database/utilities.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'user_guide/database/utilities.html') diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index fcfc24945..f815039cb 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -85,14 +85,12 @@ Database Utility Class

Initializing the Utility Class

-

Important:  This class must be initialized independently since it is a separate class from the main Database class. -More info below...

+

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.

-

To initialize this class please use the following code:

+

Load the Utility Class as follows:

-$this->load->dbutil() - -

You can also autoload this class from within your config/autoload.php file by specifying dbutil in the $autoload['libraries'] array.

+$this->db->load_utilities()

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

-- cgit v1.2.3-24-g4f1b