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