Tharos / LeanMapper

Lean Mapper is a tiny ORM based on powerful Dibi database abstraction library for PHP.
MIT License
87 stars 35 forks source link

Entity: initDefaults() can work with assigned args #69

Closed vojtech-dobes closed 10 years ago

vojtech-dobes commented 10 years ago

I wonder whether this has any side-effect. I would find it quite handy to be able in initDefaults method to work with arguments I provided to the entitie's constructor.

achtan commented 10 years ago

:+1:

Tharos commented 10 years ago

I don't know about any side-effect. So let's check it in real life. :)