Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('star_model');
     $this->load->model('center_product_model');
     $this->load->library('pagenation');
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('launch_model');
     $this->load->library('pagenation');
     $this->common->checkMemberLogin();
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('center_model');
     $this->load->model('center_account_model');
     $this->member = json_decode($this->common->get_session('member'));
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('mysetting_model');
     $this->common->checkMemberLogin();
     $this->userinfo = $this->userinfo();
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('product_model');
     //$this->load->helper('download');
     $this->common->checkMemberLogin();
 }
Ejemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->_notificacaoDao = WeLearn_DAO_DAOFactory::create('NotificacaoDAO');
     $this->_usuarioAtual = $this->autenticacao->getUsuarioAutenticado();
     $this->template->appendJSImport('notificacao.js');
 }
Ejemplo n.º 7
0
 /**
  * Index Page for this controller.
  *
  * Maps to the following URL
  * 		http://example.com/index.php/welcome
  *	- or -
  * 		http://example.com/index.php/welcome/index
  *	- or -
  * Since this controller is set as the default controller in
  * config/routes.php, it's displayed at http://example.com/
  *
  * So any other public methods not prefixed with an underscore will
  * map to /index.php/welcome/<method_name>
  * @see http://codeigniter.com/user_guide/general/urls.html
  */
 function __construct()
 {
     parent::__construct();
     $this->load->model('Mdl_Dashboard', '', TRUE);
     $this->load->model('Mdl_Users');
     $this->load->model('Mdl_Requests');
     $this->load->model('Mdl_Prays');
 }
Ejemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('center_model');
     $this->load->model('center_account_model');
     $this->load->model('center_point_model');
     $this->load->model('mysetting_model');
     $this->load->library('pagenation');
     $this->common->checkMemberLogin();
 }
Ejemplo n.º 9
0
 function __construct()
 {
     parent::__construct();
     $data = array();
     $this->load->library('template');
     $this->template->set_template('backend');
     $this->template->add_doctype();
     $this->template->parse_view('header', 'backend/dashboard/header', $data);
     $this->template->parse_view('content', 'backend/dashboard/content', $data);
     $this->template->parse_view('siderbar', 'backend/dashboard/siderbar', $data);
     $this->template->parse_view('footer', 'backend/dashboard/footer', $data);
 }
Ejemplo n.º 10
0
 function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('configuracao_usuario.js');
 }
Ejemplo n.º 11
0
 /**
  * Index Page for this controller.
  *
  * Maps to the following URL
  * 		http://example.com/index.php/welcome
  *	- or -
  * 		http://example.com/index.php/welcome/index
  *	- or -
  * Since this controller is set as the default controller in
  * config/routes.php, it's displayed at http://example.com/
  *
  * So any other public methods not prefixed with an underscore will
  * map to /index.php/welcome/<method_name>
  * @see http://codeigniter.com/user_guide/general/urls.html
  */
 function __construct()
 {
     parent::__construct();
     $this->load->model('Mdl_AdminUsers', '', TRUE);
     $this->load->helper('form');
 }
Ejemplo n.º 12
0
 /**
  * Construtor carrega configurações da classes base CI_Controller
  * (Resolve bug ao utilizar this->load)
  */
 function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('quickstart.js')->appendJSImport('dados_pessoais.js')->appendJSImport('dados_profissionais.js')->appendJSImport('imagem_usuario.js');
 }
Ejemplo n.º 13
0
 function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('busca.js');
 }
Ejemplo n.º 14
0
 /**
  * Construtor carrega configurações da classes base CI_Controller
  * (Resolve bug ao utilizar this->load)
  */
 function __construct()
 {
     parent::__construct();
     $this->_areaDAO = WeLearn_DAO_DAOFactory::create('AreaDAO');
     $this->template->appendJSImport('area.js');
 }
Ejemplo n.º 15
0
 function __construct()
 {
     parent::__construct();
     header('Content-type:text/html; charset=utf-8');
 }
Ejemplo n.º 16
0
 function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('home.js')->appendJSImport('mensagem.js');
 }
Ejemplo n.º 17
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('index_model');
 }
Ejemplo n.º 18
0
 function __construct()
 {
     parent::__construct();
     header('Content-type:text/html; charset=utf-8');
     $this->load->helper("markdown");
 }
Ejemplo n.º 19
0
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 20
0
 /**
  * Construtor carrega configurações da classes base CI_Controller
  * (Resolve bug ao utilizar this->load)
  */
 function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('home.js')->appendJSImport('feed.js');
     $this->_feedDao = WeLearn_DAO_DAOFactory::create('FeedDAO');
 }
Ejemplo n.º 21
0
 public function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('home.js')->appendJSImport('convite.js');
 }
Ejemplo n.º 22
0
 public function __construct()
 {
     parent::__construct();
     //
     $this->load->library('Resphelper');
 }
Ejemplo n.º 23
0
 /**
  * Construtor carrega configurações da classes base CI_Controller
  * (Resolve bug ao utilizar this->load)
  */
 function __construct()
 {
     parent::__construct();
     $this->template->appendJSImport('curso.js')->appendJSImport('sugestao_curso.js');
 }
Ejemplo n.º 24
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('center_model');
     $this->common->checkMemberLogin();
 }