<?php namespace common\models; class xhStudent extends xhBaseModel { /** * @inheritdoc */ public static function tableName() { return 'xhStudent'; } }