16/08/2009, 16:35
|
| | Fecha de Ingreso: agosto-2008
Mensajes: 271
Antigüedad: 16 años, 5 meses Puntos: 2 | |
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() |