colinmollenhour / mongodb-php-odm

A simple but powerful set of wrappers for using MongoDb in PHP (also a Kohana 3 module)
BSD 3-Clause "New" or "Revised" License
208 stars 50 forks source link

Mongo_Document::change_id() to ease id changing #40

Closed panrafal closed 11 years ago

colinmollenhour commented 11 years ago

This seems rather application-specific and edge-case and something that can easily be added in a sub-class.

panrafal commented 11 years ago

sure thing... thanks for merging the other stuff though :)