<?php namespace bizGhs\cp\models; use bizGhs\base\models\Base; class Cp extends Base { public static function tableName() { return 'xhCp'; } }