diff options
Diffstat (limited to 'user_guide/libraries/image_lib.html')
-rw-r--r-- | user_guide/libraries/image_lib.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index 8dddcf0ab..83dc8b3c0 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -79,7 +79,7 @@ library you specify.</p> <h2>Initializing the Class</h2>
<p>Like most other classes in CodeIgniter, the image class is initialized in your controller
-using the <dfn>$this->load_library</dfn> function:</p>
+using the <dfn>$this->load->library</dfn> function:</p>
<code>$this->load->library('image_lib');</code>
<p>Once the library is loaded it will be ready for use. The image library object you will use to call all functions is: <dfn>$this->image_lib</dfn></p>
|