<?php namespace bizGhs\clear\models; use bizGhs\base\models\Base; class Clear extends Base { public static function tableName() { return 'xhClear'; } }