0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
checkClass returns codes instead of true - false, this allows to trigger the parseFolders when a class is already declared as null:wq More... over 13 years ago
Autoload Manager Refactoring - fixed problems that happended when we call a class_exists() on an inexistant class. This lead to an infinite loop. - the autoload manager uses one single file for the moment. Since the script parses all folders all the time. The autoloadManager setSavePath() is replaced by a setSaveFile(). More... over 13 years ago
Fixed accessors problems More... almost 14 years ago
Added regeneration accessors to the autoload manager to avoid regenerating autoload files each time. More... almost 14 years ago
Replace require_once by require More... about 14 years ago
Update the README file More... about 14 years ago
Fix some coding standards More... about 14 years ago
Add support for namespace in PHP5.3+ More... about 14 years ago
New method classExists More... about 14 years ago
Change the default savePath to local dir More... about 14 years ago
- Replace the AUTOLOAD_SAVE_PATH by autoloadManager::setSavePath() method - Use realpath in addFolder and excludeFolder - Add the autoloadManager::setFileRegex() method to allow scanning of differents extensions More... about 14 years ago
Add the ability to exclude directories from the parsing More... over 14 years ago
Return the array in the included file instead of using a variable. More... over 14 years ago
New readme version More... almost 15 years ago
Updated README More... almost 15 years ago
Updated Readme More... almost 15 years ago
Correction on comments More... almost 15 years ago
Updated Readme More... almost 15 years ago
Updated Readme More... almost 15 years ago
Updated Readme More... almost 15 years ago
Updated Readme More... almost 15 years ago
Updated Readme More... almost 15 years ago
First commit of the autloadManager version 1.1 More... almost 15 years ago