From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/libraries/config.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/libraries/config.html') diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html index f8a9f5207..cd20298aa 100644 --- a/user_guide/libraries/config.html +++ b/user_guide/libraries/config.html @@ -12,7 +12,7 @@ @@ -75,7 +75,7 @@ come from the default config file (application/config/config.php) o your text editor you'll see that config items are stored in an array called $config.

You can add your own config items to -this file, or if you prefer to keep your configuration items separate (assuming you even need config items), +this file, or if you prefer to keep your configuration items separate (assuming you even need config items), simply create your own file and save it in config folder.

Note: If you do create your own config files use the same format as the primary one, storing your items in @@ -84,7 +84,7 @@ the array has the same name (assuming an array index is not named the same as an

Loading a Config File

-

Note: Code Igniter automatically loads the primary config file (application/config/config.php), +

Note: Code Igniter automatically loads the primary config file (application/config/config.php), so you will only need to load a config file if you have created your own.

There are two ways to load a config file:

-- cgit v1.2.3-24-g4f1b