Answer the question
In order to leave comments, you need to log in
What is wrong with yii2 request?
There is a request like this:
$categoryArray = Category::find()->select(['id', 'parent_id AS parent', 'name AS text'])->all();
$categoryArray = Category::find()->select(['id', 'parent_id AS parent', 'name AS text'])->all();
[{id: id, parent: parent_id, text: name}]
, but only returns [{id: id}]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question