'Название', 'body'=>'Описание', 'sort'=>'Сорт.', ]; } public function beforeSave($insert) { if (!$this->translit) $this->translit = Translite::rusencode($this->title); return parent::beforeSave($insert); } }