bits and pieces that I've found useful when building applications, plus ideas from Rails, Codeigniter, etc:
- request URI parser
- you take the URI and choose which controller, action to use in the 'routes' file
- model view controller oriented
- object-oriented SQLite database wrapper
- DatabaseObject class for complete Object-Relational Mapping
- hook, filter API's
- misc. helper libraries
It's being developed in tandem with braindump - I'm extracting and generalizing things that I've found useful there and putting them here.
