foreach ($this->db->fetchAll($query, $params) as $row) {
                $row['post_text'] = stripslashes($row['post_text']);
                $return[] = $row;
            }