From d8b92a38e755564c62b57a3ed1d3441c212ef4b9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 28 Mar 2007 01:26:32 +0000 Subject: typo fix --- user_guide/libraries/loader.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 4bc5d6344..d9fb64d34 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -103,7 +103,7 @@ how this might be useful.

The third optional parameter lets you change the behavior of the function so that it returns data as a string rather than sending it to your browser. This can be useful if you want to process the data in some way. If you set the parameter to true (boolean) it will return data. The default behavior is false, which sends it -to your browser. Remember to assign it to a variable if you wan the data returned:

+to your browser. Remember to assign it to a variable if you want the data returned:

$string = $this->load->view('myfile', '', true); -- cgit v1.2.3-24-g4f1b