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