Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/10/2007, 07:14
zsamer
 
Fecha de Ingreso: noviembre-2003
Mensajes: 798
Antigüedad: 21 años, 1 mes
Puntos: 8
Re: SPL: ArrayAccess interface ¿ Donde se ha metido ?

Hola, que tal si posteas tu clase para mirar la implementación de la interfaz ArrayAccess, ya de esa forma te podríamos ayudar mejor, no??

http://www.php.net/~helly/php/ext/sp...rayAccess.html

Necesitas implementar estos métodos en tu clase:
Cita:
Public Member Functions
offsetExists ($offset)
offsetGet ($offset)
offsetSet ($offset, $value)
offsetUnset ($offset)