purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Fix chain breaking change and add chain magic #73

Closed jrschumacher closed 10 years ago

jrschumacher commented 10 years ago

Fix breaking chain issue and implemented feature with more functionality.

To chain use $this->saveChain()->value = 1; with this though, anything can be chained $this->setMyValueChain(1)->saveChain()->deleteChain();

jrschumacher commented 10 years ago

@purekid FYI