Answer the question
In order to leave comments, you need to log in
How to display data from the database in the form of such an array?
There is a database, like this:
How to display this data in such an array:
[
'id' => 1,
'name' => 'name1',
'desc' => '1desc',
],
[
'id' => 2,
'name' => 'name2',
'desc' => '2desc',
],
];
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