Browse Source

added better comments to loader::register function.

Taylor Otwell 13 years ago
parent
commit
30b7eebfdb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      system/loader.php

+ 2 - 1
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