Revision #6 has been created by CeBe on Apr 14, 2014, 5:49:39 AM with the memo:
changed yii version
« previous (#5)
Changes
Title
unchanged
MongoDb's embedded documents mapping for ActiveRecord in Yii2
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
yii2, mongodb, CRUD, Forms, model validation
Content
unchanged
[...]
return (isset($this->address['city']))?$this->address['city']:null;
}
```
and call it ```$model->addressCity```