From 57b9e5c5350ffb20048d36c508d1e310603b12f8 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 31 Oct 2006 07:11:36 +0000 Subject: --- user_guide/libraries/loader.html | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 61ed6bff8..c7cf82d40 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -88,17 +88,6 @@ Each library is described in detail in its own page, so please read the informat

Parameters can be passed to the library via an array in the second parameter. - -

If you would like your libraries assigned to a different variable name then the default you can specify the name in the second parameter:

- - -$this->load->library('email', 'E'); // Assigns the email object to "E"
-
-$this->E->some_function() -
- - -

$this->load->view('file_name', $data, true/false)

This function is used to load your View files. If you haven't read the Views section of the -- cgit v1.2.3-24-g4f1b