Ver Mensaje Individual
  #7 (permalink)  
Antiguo 18/01/2013, 00:54
cyber_dark
 
Fecha de Ingreso: julio-2010
Mensajes: 158
Antigüedad: 14 años, 6 meses
Puntos: 3
Respuesta: Como traer este array

Muchas gracias, funciono pero hay algo que no entiendo, como es que en:

Código:
	protected function get_results_from_query() {
		$this->open_connection();
		$result = $this->conn->query($this->query);
		while ($this->rows[] = $result->fetch_assoc());
		$result->close();
		$this->close_connection();
	}
retorna el array de los resultados, si al final no le puse return $this->rows