A simple model-view-controller web application framework in PHP. It combines everything I’ve learned about and found useful in creating MVC apps, and is mainly just a tool for me to make more faster (braindump is built on phpskeleton). Could conceivably be useful for someone else, though. The main parts are a database abstraction layer and object-relational mapper, a request url parser, and some helper libraries.