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