First set of files:
- Base file, contains some common classes and functions for use in the framework. - An autoloader class, to load PHP classes in a specific directory. - A logger class with functionality similar to the Python built-in `logging' module. - Unit tests for the files listed above. - README and git/unit tests/documentation config files.
parents
Showing
.gitignore
0 → 100644
README.txt
0 → 100644
autoloader.php
0 → 100644
base.php
0 → 100644
logger.php
0 → 100644
phpdoc.dist.xml
0 → 100644
phpunit.xml
0 → 100644
tests/_files/baz.php
0 → 100644
tests/_files/foo.php
0 → 100644
tests/_files/foo/bar.php
0 → 100644
tests/test_autoloader.php
0 → 100644
tests/test_base.php
0 → 100644
tests/test_logger.php
0 → 100644
Please register or sign in to comment