Posts by Jonathan Rodrigues • 56 points
1 post
-
4
votes1
answer541
viewsA: SQL - Codeigniter - Returns only one record
Change the line: $consulta = $this->db->get('noticia')->result(); For: $consulta = $this->db->get('noticia');
1 post
4
votes1
answer541
viewsChange the line: $consulta = $this->db->get('noticia')->result(); For: $consulta = $this->db->get('noticia');