<?php namespace bizGhs\stat\models; use bizGhs\base\models\Base; class StatVisit extends Base { public static function tableName() { return 'xhStatVisit'; } }