Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/08/2009, 16:35
Fenris
 
Fecha de Ingreso: agosto-2008
Mensajes: 271
Antigüedad: 16 años, 5 meses
Puntos: 2
Pregunta como puedo convertir un result en array o xml o json

Hola a todos

Como puedo hacer en una clase db un método que me retorne un result y este poder convertirlo a array o xml o json

por ejemplo algo asi.

$this->db->fetch()->toArray();
o
$this->db->fetch()->toXML();
o
$this->db->fetch()->toJSON();


Como tendria que ser el metodo fetch()