In case https://docs.phalcon.io/en/latest/reference/models.html#implicit-transactions, it save all related objects with one save() called. But I use namespaces in models, It can't get or set related objects by magic method. There is a method named getRelated that can get related objects. oppositely , is there a setRelated method and works with the save() method?