$noticias = $this->_db->query("SELECT * FROM noticias WHERE id ORDER BY id DESC LIMIT 3"); return $noticias->fetchall();