Please excuse the documentation. With personal projects, I'm more concerned with the functionality, and much of this was written before type hinting or before editor autocomplete made type hinting particularly useful.
- Service Locator And Dependency Injector : interesting features
- Application Standard : A standard for application design that is a little more complex than usual. See prototype implementation
- PHP DB : Prototype database query builder and handler
- PHP DB Tree : For handling tree data within RDB, like nested comments
- JS Input Validation : dynamic validation implemented in async JS
- Active Record Basis : A way of tracking arbitrarily deep changes to data
- PHP Templating : A featureful template inclusion tool
- Simple Expression Parser : A parser for a langauge for describing example usage