<?php namespace common\models; class xhDistrict extends xhBaseModel { public static function tableName() { return 'xhDistrict'; } }