if ($result = $this->db->fetchAll($query, array($start, $limit))) {
                $return = array(); 
                
                foreach ($result as $key => $row) {
                    $row['timestamp'] = new DateTime($row['timestamp']);