<?php namespace bizGhs\pictext\models; use bizGhs\base\models\Base; class PicText extends Base { public static function tableName() { return 'xhPicText'; } }