fetchAll('SELECT * FROM operator_activity ORDER BY created_at DESC LIMIT 10'); foreach ($rows as $r) { echo json_encode($r) . PHP_EOL; }