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