Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/05/2014, 11:13
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 9 meses
Puntos: 379
Respuesta: Fatal error: Call to a member function getAll()

Código PHP:
Ver original
  1. $aItems = $GLOBALS['MySQL']->getAll("SELECT * FROM `ejemplo` ORDER by `when` ASC");
Asegurate que GLOBALS realmente tenga el objeto que esperas.
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.