From 4cf29dd28c1b2d54f9b76d77b6a75afbb8b27854 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 12 Jul 2007 13:47:28 +0000 Subject: added link to autoloader docs --- user_guide/libraries/language.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html index 7cc74b61d..af56a018f 100644 --- a/user_guide/libraries/language.html +++ b/user_guide/libraries/language.html @@ -116,7 +116,7 @@ is the language set containing it (ie, english). If the second parameter is mis

Note: This function simply returns the line. It does not echo it for you.

Auto-loading Languages

-

If you find that you need a particular language globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the language(s) to the autoload array.

+

If you find that you need a particular language globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the language(s) to the autoload array.

 

-- cgit v1.2.3-24-g4f1b