id | title | updated_at | action |
---|---|---|---|
'.$item['id'].' | '.$item['title'].' | '.$item['updated_at'].' |
getList(); // $list = [ // [ // 'id' => 1, // 'title' => 'text', // 'updated_at' => '2020-04-01 12:13', // ], // [ // 'id' => 2, // 'title' => 'text', // 'updated_at' => '2020-04-01 12:13', // ], // ]; ?>