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