Ejemplo n.º 1
0
 function __construct()
 {
     parent::Controller();
     if (!$this->session->userdata('logged_in') || $this->session->userdata('level') == 1) {
         redirect('/index/');
     }
     set_useronline();
     $this->load->model('disting_model');
     $this->load->library('dataview', array('tlp_section' => 'paneluser/destacar_view.php', 'tlp_title' => TITLE_DESTACAR, 'tlp_title_section' => 'Destacar Propiedades', 'tlp_script' => 'disting'));
     $this->_data = $this->dataview->get_data();
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::Controller();
     if (!$this->session->userdata('logged_in') || $this->session->userdata('level') == 1) {
         redirect('/index/');
     }
     set_useronline();
     $this->load->library('email');
     $this->load->library('dataview', array('tlp_section' => 'paneluser/addfondo_view.php', 'tlp_title' => TITLE_AGREGAR_FONDOS, 'tlp_script' => 'addfondo', 'tlp_title_section' => 'Agregar Fondos'));
     $this->_data = $this->dataview->get_data();
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::Controller();
     if (!$this->session->userdata('logged_in') || $this->session->userdata('level') == 1) {
         redirect('/index/');
     }
     set_useronline();
     $this->load->model('cuentaplus_model');
     $this->load->library('email');
     $this->load->library('dataview', array('tlp_section' => 'paneluser/cuentaplus_view.php', 'tlp_title' => TITLE_CUENTAPLUS, 'tlp_title_section' => 'Cuenta Plus'));
     $this->_data = $this->dataview->get_data();
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::Controller();
     if (!$this->session->userdata('logged_in') || $this->session->userdata('level') == 1) {
         redirect('/index/');
     }
     set_useronline();
     $this->load->model('users_model');
     $this->load->library('encpss');
     $this->load->library("simplelogin");
     $this->load->library('dataview', array('tlp_section' => 'paneluser/myaccount_view.php', 'tlp_title' => TITLE_MICUENTA, 'tlp_title_section' => "Mi Cuenta", 'tlp_script' => array('validator', 'popup', 'account')));
     $this->_data = $this->dataview->get_data();
 }
Ejemplo n.º 5
0
 function __construct()
 {
     parent::Controller();
     if (!$this->session->userdata('logged_in') || $this->session->userdata('level') == 1) {
         redirect('/index/');
     }
     set_useronline();
     $this->load->model('prop_model');
     $this->load->model('cuentaplus_model');
     $this->load->model('lists_model');
     $this->load->helper('form');
     $this->load->library('dataview', array('tlp_section' => 'paneluser/prop_list_view.php', 'tlp_title' => TITLE_PROPIEDADES));
     $this->_data = $this->dataview->get_data();
 }