<?php namespace biz\user\models; use biz\base\models\Base; class UserPast extends Base { public static function tableName() { return 'xhUserPast'; } }