From 9736d3fb84260c24faa6c1538c99859441c0e2f8 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 16 Jun 2008 21:36:01 +0000 Subject: correcting some docblock comments --- system/libraries/Loader.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/libraries/Loader.php') 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) -- cgit v1.2.3-24-g4f1b