anthonygauthier / MySimpleORM

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

Combine InsertObject and UpdateObject #2

Closed anthonygauthier closed 5 years ago

anthonygauthier commented 7 years ago

Combine the two functions into "saveObject()". Keep the other two functions, but they will send a deprecated warning upon usage.