| @@ 46-56 (lines=11) @@ | ||
| 43 | private $_seg; |
|
| 44 | private $_sesion; |
|
| 45 | ||
| 46 | public function __construct() { |
|
| 47 | parent::__construct(); |
|
| 48 | ||
| 49 | $this->_ayuda= new Sisayu\CFPHPAyuda; |
|
| 50 | //$this->cargaAyudante('CfPHPAyuda'); |
|
| 51 | //$this->cargaAyudante('CfPHPSeguridad'); |
|
| 52 | $this->_seg= new Sisayu\CfPHPSeguridad; |
|
| 53 | ||
| 54 | $this->_sesion=new Sisnuc\CFSesion(); |
|
| 55 | ||
| 56 | } |
|
| 57 | ||
| 58 | public function index() |
|
| 59 | { |
|
| @@ 46-53 (lines=8) @@ | ||
| 43 | private $_seg; |
|
| 44 | private $_sesion; |
|
| 45 | ||
| 46 | public function __construct() { |
|
| 47 | parent::__construct(); |
|
| 48 | ||
| 49 | $this->_ayuda= new Sisayu\CFPHPAyuda; |
|
| 50 | //$this->cargaAyudante('CfPHPAyuda'); |
|
| 51 | //$this->cargaAyudante('CfPHPSeguridad'); |
|
| 52 | $this->_seg= new Sisayu\CfPHPSeguridad; |
|
| 53 | ||
| 54 | $this->_sesion=new Sisnuc\CFSesion(); |
|
| 55 | ||
| 56 | } |
|