summaryrefslogtreecommitdiffstats
path: root/system/libraries/Loader.php
diff options
context:
space:
mode:
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)