require_once 'PEAR.php';
-define ('PATH', '/var/www/sistemas/yatta/test/');
-
/**
* Clase para el manejo de los archivos.
*
*/
var $archivo = null;
- /**
- * Path del archivo
- *
- * @var string $path
- * @access public
- */
- var $path = null;
-
/**
* Carga el objeto con los datos que se pasan por parametro.
*
$this->id = $res['id'];
$this->nombre_sistema = $res['nombre_sistema'];
$this->descripcion = $res['descripcion'];
- $this->path = PATH;
$this->resultado = $res['resultado'];
$this->archivo = $res['archivo'];
$this->owner = $res['owner'];
$this->descripcion = null;
$this->resultado = null;
$this->archivo = null;
- $this->path = null;
$this->owner = null;
//$this->usuario = null;
}