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