From 652612d9cb509bdf54f1c8fe2aef9d138067548c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 30 Jul 2009 06:32:31 +0000 Subject: note of clarity --- user_guide/general/creating_libraries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') 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.

Passing Parameters When Initializing Your Class

-

In the library loading function you can dynamically pass data via the second parameter and it will be passed to your class +

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:

-- cgit v1.2.3-24-g4f1b