<?php namespace common\models; use Yii; /** * This is the model class for table "gallery_image". * * @property integer $id * @property string $type * @property string $ownerId * @property integer $rank * @property string $name * @property string $description * */ class GalleryImage extends \yii\db\ActiveRecord { /** * @inheritdoc */ public static function tableName() { return 'gallery_image'; } }