We need to create a fully functional and fast MongoDB driver for PhpBURN.
This days PhpBURN already work in a Object Oriented ORM example:
while ( $blog->post->comments->fetch() ) {
var_dump($blog->post->comments->toArray());
}
What we need?
A driver to work with ORM functionalities following the Interface and the Dialect libraries.
Where to work?
- app/libs/Connection/
- app/libs/Dialect/