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