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