Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/04/2014, 19:34
quico5
 
Fecha de Ingreso: enero-2008
Mensajes: 580
Antigüedad: 16 años, 3 meses
Puntos: 9
Fatal error: Call to a member function fetchall()

Código:
Fatal error: Call to a member function fetchall() on a non-object in C:\xampp\htdocs\framework\models\postModel.php on line 15
Código PHP:
$post $this->_db->query("SELECT * FROM posts");
return 
$post->fetchall();