Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/12/2014, 07:04
Gloton
 
Fecha de Ingreso: octubre-2006
Mensajes: 227
Antigüedad: 17 años, 6 meses
Puntos: 3
Pregunta ¿escribir salida profiler a un archivo?

Como podria escribir la salida de $this->output->enable_profiler(TRUE); a un archivo.

En este momento lo coloco asi, pero solo escribe Object

Código PHP:

        $perfil 
$this->output->enable_profiler(TRUE);
        
$this->load->helper('file');
        
write_file(APPPATH.'/profile_jagl.txt'$perfil'w+');