<?php namespace biz\set\models; use biz\base\models\Base; class Set extends Base { public static function tableName() { return 'xhSet'; } }