purekid / mongodm

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

Fixed authenticate() deprecation warning and updated README.md #84

Closed amit777 closed 9 years ago

amit777 commented 9 years ago

'PHP Deprecated: Function MongoDB::authenticate() is deprecated in ./vendor/purekid/mongodm/src/Purekid/Mongodm/MongoDB.php on line 204'

I have also updated README.md to provide an example of how to get authentication working.