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