<?php namespace common\models; class xhUserGrowth extends xhBaseModel { public static function tableName() { return 'xhUserGrowth'; } }