select([]) ->from(KafkaProducer::LOG) ->where(['LIKE', 'name', $kw]) ->all(); } return $this->render('index', [ 'rows' => $rows, ]); } }