My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

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

get started

It's being developed in tandem with braindump - I'm extracting and generalizing things that I've found useful there and putting them here.

Powered by Google Project Hosting