diff options
author | admin <devnull@localhost> | 2006-10-31 08:11:36 +0100 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-31 08:11:36 +0100 |
commit | 57b9e5c5350ffb20048d36c508d1e310603b12f8 (patch) | |
tree | 780262d522d6405262057ce6ea1167d6d181cc5e /user_guide/libraries | |
parent | a2b1209e882a35ae64ac2227da83b145ea42c1ff (diff) |
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/loader.html | 11 |
1 files changed, 0 insertions, 11 deletions
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 <p>Parameters can be passed to the library via an array in the second parameter.
-
-<p>If you would like your libraries assigned to a different variable name then the default you can specify the name in the second parameter:</p>
-
-<code>
-$this->load->library('email', 'E'); // Assigns the email object to "E"<br />
-<br />
-<kbd>$this->E-></kbd><samp><em>some_function</em>()</samp>
-</code>
-
-
-
<h2>$this->load->view('<var>file_name</var>', <samp>$data</samp>, <kbd>true/false</kbd>)</h2>
<p>This function is used to load your View files. If you haven't read the <a href="../general/views.html">Views</a> section of the
|