https://github.com/michaeluno/register-classes
A PHP class that helps to set up auto load PHP classes.
https://github.com/michaeluno/register-classes
Last synced: about 1 year ago
JSON representation
A PHP class that helps to set up auto load PHP classes.
- Host: GitHub
- URL: https://github.com/michaeluno/register-classes
- Owner: michaeluno
- License: other
- Created: 2015-01-16T05:12:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T05:23:36.000Z (over 11 years ago)
- Last Synced: 2025-02-15T00:47:40.740Z (over 1 year ago)
- Language: PHP
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### Register Classes
Helps to set up auto-load classes.
### Example
`
new RegisterClasses( array( $sMyDirPath, $sAnotherDirPath ) );
`
### Change Log
#### 1.0.0
- Released publicly.