purekid / mongodm

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

Method conflicts with magic methods #87

Open jrschumacher opened 9 years ago

jrschumacher commented 9 years ago

I noticed there are numerous method conflicts with getEmbed, setEmbed, getConnection, etc. These all create issues with the the magic methods found here: https://github.com/purekid/mongodm/blob/master/src/Purekid/Mongodm/Model.php#L1504-L1513