pickles/classes
2010-10-01 23:25:45 -04:00
..
Display Added the Form class and updated the configuration arrangement. 2010-09-26 20:07:50 -04:00
Config.php Removed a @todo as it seemed irrelevant. 2010-08-15 21:44:29 -04:00
Controller.php Profiler, Phase 1. 2010-10-01 01:12:37 -04:00
Database.php Expanded the Profiler and added SQL query profiling. 2010-10-01 23:25:45 -04:00
Environment.php Added the Form class and updated the configuration arrangement. 2010-09-26 20:07:50 -04:00
Error.php Expanding error handling with a custom handler. All errors are converted to exceptions for easier handling and to help save time because you won't have to type out a bunch of crazy sanity checks, just try/catch FTW. 2010-09-19 12:27:55 -04:00
Form.php Fixed bad markup that was being generated. 2010-09-28 11:42:01 -04:00
Log.php Expanding error handling with a custom handler. All errors are converted to exceptions for easier handling and to help save time because you won't have to type out a bunch of crazy sanity checks, just try/catch FTW. 2010-09-19 12:27:55 -04:00
Model.php Updated Database class interaction to use Singleton getInstance() method. 2010-09-30 21:51:28 -04:00
Module.php Added the Form class and updated the configuration arrangement. 2010-09-26 20:07:50 -04:00
Object.php Profiler, Phase 1. 2010-10-01 01:12:37 -04:00
Profiler.php Expanded the Profiler and added SQL query profiling. 2010-10-01 23:25:45 -04:00