File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# smartloader
2
- Just a simple, caching autoloader
2
+ Just a simple, caching autoloader, for those days when your aren't
3
+ composer-autoloading your entire classes :)
4
+
5
+
6
+ #Usage
7
+
8
+ Just include the smartloader.php file, the only change you should need
9
+ is the variable ``` php $classes_root ``` set that to point to the root directory
10
+ for your class files, and you are good to go.
11
+
12
+ #Note
13
+ This autoloader caches file paths if APC/APCu is enabled, so it doesn't always transverse
14
+ the filesystem, thereby speeding things up
Original file line number Diff line number Diff line change 8
8
* @copyright 2017
9
9
* @license http://www.php.net/license/3_0.txt PHP License 3.0
10
10
* @version GIT: 1.0.0
11
- * @link http ://pear.php.net/package/PackageName
11
+ * @link https ://github.com/solutionstack/smartloader
12
12
*/
13
13
14
14
You can’t perform that action at this time.
0 commit comments