id = $id; $model->name = $data['name']; $model->is_city_region = (int)$data['iscityregion']; return $model; } }