07 07 10

Greenroom: a PHP / Mongo Framework

Creating a new PHP / Mongo Framework with the following guidelines:

1. Existing frameworks depend on SQL for much of their CRUD functionality.  A fresh start will allow for the highest quality Mongo framework.

2. Code management is not responsibility of the framework.

3. A high quality default CRUD interface is a must.  The most important API is the Field and Model API.

During the Alpha stage, exploratory work implementing basic types will be performed.  Once the types crystalize, final behavior will be documented, tested, and implemented.