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