From 30b7eebfdba2c2c536b176c835630cd4261e14c9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 2 Aug 2011 22:49:31 -0500 Subject: [PATCH] added better comments to loader::register function. --- system/loader.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/loader.php b/system/loader.php index 56f8610a..fad28786 100644 --- a/system/loader.php +++ b/system/loader.php @@ -58,7 +58,8 @@ class Loader { } /** - * Register a path with the auto-loader. + * Register a path with the auto-loader. After registering the path, it will be + * checked similarly to the models and libraries directories. * * @param string $path * @return void