<?php namespace app\models\entity; use yii\db\ActiveRecord; class Devices extends ActiveRecord { /** * @return string название таблицы, сопоставленной с этим ActiveRecord-классом. */ public static function tableName() { return '{{devices}}'; } }