Go to Google Groups Home    doctrine-user
Changing state when adding relation

Jeremi <jere...@gmail.com>

If I have a model loaded from database, $a, and I add another model to
a hasMany relation, $a->Relation[] = $b, should $a->state() be dirty?