Skip to content

Create a fast and functional MongoDB driver #1

@klederson

Description

@klederson

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/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions