anthonygauthier / MySimpleORM

Simple, lightweight and effective PHP ORM using MySQLi.
MIT License
7 stars 4 forks source link

Rework the way objects are assigned upon retrieval #4

Closed anthonygauthier closed 5 years ago

anthonygauthier commented 7 years ago

Objects should not be reassigned upon retrieval, make sure that the objects are passed as parameters within the ObjectMapping implementation. A method should be called and an object should be mapped. Simple as that.