summaryrefslogtreecommitdiffstats
path: root/system/libraries/Loader.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-06-16 23:36:01 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-06-16 23:36:01 +0200
commit9736d3fb84260c24faa6c1538c99859441c0e2f8 (patch)
treeb2972897b04a81af0aca9b1fc85ad34edb2112d4 /system/libraries/Loader.php
parent810d5015dd535098cef3f7c16d997374d0d431ac (diff)
correcting some docblock comments
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r--system/libraries/Loader.php4
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)