6 1. Reverted common.php, functions.php, and some other files.
2. Renamed /includes/configuration.php to config.php and edited it.
3. Added config table to constants.php
4. Replaced spaces with tabs in dbal and error handler function
5. Fixed a comment in template.php
6. Created /install directory with schemas
7. Edited testindex.php and error handler
8. Created error handling template files
NOTE: For some reason, $tpl does not work in error handler. Will fix tomorrow. Will fix dbal later.
3 Added styles directory with a default (example) folder, which contains some example template files.
Edited common.php
Rename file_logger to logger_file
Created includes/constants.php
Removed obvious errors from all classes
Created example index file to show how to use the classes efficiently
Created logs dir with example log.log file created from log class