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