<?php namespace bizGhs\custom\models; use bizHd\base\models\Base; class Custom extends Base { public static function tableName() { return 'xhGhsCustom'; } }