From b5f211b14198afce3a4a60000f9ab3b8f14d0d6d Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 17 Jan 2010 15:42:56 +0000 Subject: doc updates, corrections and clarifications. --- user_guide/libraries/loader.html | 2 +- user_guide/libraries/uri.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 19a10e4db..cefe8ef06 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -186,7 +186,7 @@ By default the data is sent to your browser, just like a View file, but if you s it will instead return the data as a string.

-

$this->load->lang('file_name')

+

$this->load->language('file_name')

This function is an alias of the language loading function: $this->lang->load()

$this->load->config('file_name')

diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index 818115ff9..af5994cb6 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -194,7 +194,7 @@ $str = $this->uri->assoc_to_uri($array);
/news/local/345 -

$this->uri->ruri_string(n)

+

$this->uri->ruri_string()

This function is identical to the previous one, except that it returns the re-routed URI in the event you are using CodeIgniter's URI Routing feature.

-- cgit v1.2.3-24-g4f1b