energylab / gacela

An open-source PHP Data Mapper ORM and Domain Framework built on PHP 5.3
gacelaphp.com
MIT License
29 stars 6 forks source link

Broken saving with dependents #2

Closed bmidget closed 13 years ago

bmidget commented 13 years ago

If I run $model->save($array) with the dependent field in the array of values, it doesn't update the dependent field or create a new dependent record if there wasn't one already.