<?php namespace common\models; class xhTrainStudent extends xhBaseModel { public static function tableName() { return 'xhTrainStudent'; } }