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