Revision #5                                    has been created by  edoardo849                                    on Feb 28, 2014, 4:22:30 PM with the memo:
 edoardo849                                    on Feb 28, 2014, 4:22:30 PM with the memo:
                                
                                
                                    new title                                
                                                                    « previous (#4)                                                                                                    next (#6) »                                                            
                            Changes
                            
    Title
    changed
    Nested array attributes in Yii2 / MongoDb for CRUDMongoDb'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```