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