<?php namespace common\models; class xhUserByMonth extends xhBaseModel { /** * @inheritdoc */ public static function tableName() { return 'xhUserByMonth'; } }