vlucas / Spot

[DEPRECATED - use v2] Simple DataMapper ORM for PHP 5.3+
75 stars 14 forks source link

Insert doesn't save data in the Entity's dataModified array #53

Closed vlucas closed 11 years ago

vlucas commented 11 years ago

This is important because if any hooks or events add data on the entity before insertion or modify it in any way, the modifications won't be preserved.