where(['document_key' => $this->document_key])->orderBy(['id' => SORT_DESC])->all(); return $this->render('files/docs', [ 'document_key' => $this->document_key, 'model_class' => $this->model_class, 'model_id' => $this->model->id, 'documents' => $documents ]); } }