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