diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-06-16 23:36:01 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-06-16 23:36:01 +0200 |
commit | 9736d3fb84260c24faa6c1538c99859441c0e2f8 (patch) | |
tree | b2972897b04a81af0aca9b1fc85ad34edb2112d4 /system/libraries/Loader.php | |
parent | 810d5015dd535098cef3f7c16d997374d0d431ac (diff) |
correcting some docblock comments
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 3346f0a2a..9b21bc31a 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -100,9 +100,9 @@ class CI_Loader { *
* This function lets users load and instantiate models.
*
- * @access public
* @param string the name of the class
- * @param mixed any initialization parameters
+ * @param string name for the model
+ * @param bool database connection
* @return void
*/
function model($model, $name = '', $db_conn = FALSE)
|