diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-07-30 08:32:31 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-07-30 08:32:31 +0200 |
commit | 652612d9cb509bdf54f1c8fe2aef9d138067548c (patch) | |
tree | a2eb17107994c40e8f68894ae19f399076f4d77f /user_guide | |
parent | 109ad9902b4eb9c1fba2c30a06f2104fae36f385 (diff) |
note of clarity
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/general/creating_libraries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html index 1d9900212..dfe97126f 100644 --- a/user_guide/general/creating_libraries.html +++ b/user_guide/general/creating_libraries.html @@ -127,7 +127,7 @@ CodeIgniter doesn't care.</p> <h2>Passing Parameters When Initializing Your Class</h2> -<p>In the library loading function you can dynamically pass data via the second parameter and it will be passed to your class +<p>In the library loading function you can dynamically pass data as an array via the second parameter and it will be passed to your class constructor:</p> <code> |