diff options
author | Derek Jones <derek.jones@ellislab.com> | 2007-07-12 15:47:28 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2007-07-12 15:47:28 +0200 |
commit | 4cf29dd28c1b2d54f9b76d77b6a75afbb8b27854 (patch) | |
tree | 84ed2319385a55102f7ca835f9790f9ba12313a2 /user_guide/libraries/language.html | |
parent | aa8dc3c191318f261bc43a99e01540231b15e11b (diff) |
added link to autoloader docs
Diffstat (limited to 'user_guide/libraries/language.html')
-rw-r--r-- | user_guide/libraries/language.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>Note: This function simply returns the line. It does not echo it for you.</p>
<h2>Auto-loading Languages</h2>
-<p>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.</p>
+<p>If you find that you need a particular language globally throughout your application, you can tell CodeIgniter to <a href="../general/autoloader.html">auto-load</a> it during system initialization. This is done by opening the application/config/autoload.php file and adding the language(s) to the autoload array.</p>
<p> </p>
</div>
<!-- END CONTENT -->
|