Tema
:
Problema extraño al invocar un metodo estatico
Ver Mensaje Individual
#
3
(
permalink
)
14/02/2007, 21:42
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 7 meses
Puntos: 2135
Re: Problema extraño al invocar un metodo estatico
Tambien esta esta forma:
Código PHP:
call_user_func
( array(
'Sample'
,
'test'
),
$type
);
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV