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