Exemplo n.º 1
0
 /**
  * retrieves all modules
  *
  * @return array modules
  */
 function getInstalledModules()
 {
     $modules = array();
     // get core modules
     $admin_modules = new AdminModules();
     foreach ($admin_modules->registered_modules as $key => $data) {
         if ($admin_modules->isEnableable($key, '', 'sem')) {
             $modules[$key] = $data['name'];
         }
     }
     return $modules;
 }
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('instituicoes');
     $this->system->load->dao('administrativos');
     $this->system->load->dao('sistemas');
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('cupons');
     $this->system->load->dao('cursos');
     $this->system->load->dao('vendas');
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('alunos');
     $this->system->load->dao('paginas');
     $this->system->load->model('email_model');
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('usuarios');
     $this->system->load->dao('vendas');
     $this->system->load->dao('alunos');
 }
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('configuracoesgerais');
     $this->system->load->dao('certificados');
     $this->system->load->dao('cursos');
     $this->system->load->model('certificados_model');
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('paginas');
     //criação de novas paginas para um nono sistema.
     //Retirar esse método, apos a criação do sistema estiver pronto.
     $this->system->paginas->criarPaginas();
 }
Exemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('cursos');
     $this->system->load->dao('vendas');
     $this->system->load->dao('alunos');
     $this->system->load->dao('professores');
 }
 public function __construct(&$system)
 {
     parent::__construct($system);
     $this->system->load->dao('notificacoes');
     $this->system->load->dao('alunos');
     $this->system->load->dao('cursos');
     $this->system->load->model('email_model');
 }
Exemplo n.º 10
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('cursos');
     $this->system->load->dao('notificacoes');
     $this->system->load->dao('areas');
     $this->system->load->dao('professores');
 }
Exemplo n.º 11
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('vendas');
     $this->system->load->dao('usuarios');
     $this->system->load->dao('contas');
     $this->system->load->dao('financeiro');
     $this->system->load->model('saldo_model');
 }
Exemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('cursos');
     $this->system->load->dao('alunos');
     $this->system->load->dao('duvidas');
     $this->system->load->dao('vendas');
     $this->system->load->dao('materialmarketing');
 }
Exemplo n.º 13
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('usuarios');
     $this->system->load->dao('vendas');
     $this->system->load->dao('financeiro');
     $this->system->load->dao('instituicoes');
     $this->system->load->dao('professores');
     $this->system->load->dao('materialmarketing');
     $this->system->load->dao('alunos');
 }
Exemplo n.º 14
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('cursos');
     $this->system->load->dao('alunos');
     $this->system->load->dao('vendas');
     $this->system->load->dao('areas');
     $this->system->load->dao('cupons');
     $this->system->load->model('email_model');
     $this->system->load->model('saldo_model');
 }
Exemplo n.º 15
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('cursos');
     $this->system->load->dao('configuracoesgerais');
     $this->system->load->dao('quiz');
     $this->system->load->dao('areas');
     $this->system->load->dao('professores');
     $this->system->load->dao('aulas');
     $this->system->load->dao('duvidas');
     $this->system->load->model('certificados_model');
 }
Exemplo n.º 16
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('comprovantes');
     $this->system->load->dao('alunos');
     $this->system->load->dao('areas');
     $this->system->load->dao('certificados');
     $this->system->load->dao('cursos');
     $this->system->load->dao('cupons');
     $this->system->load->dao('vendas');
     $this->system->load->dao('financeiro');
     $this->system->load->dao('instituicoes');
     $this->system->load->dao('paginas');
     $this->system->load->dao('parceiros');
     $this->system->load->dao('professores');
     $this->system->load->dao('usuarios');
     $this->system->load->dao('planos');
     $this->system->load->model('email_model');
 }
Exemplo n.º 17
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 18
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('comprovantes');
 }
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('configuracoesemail');
     $this->system->load->model('email_model');
 }
Exemplo n.º 20
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('planos');
 }
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('materialmarketing');
 }
Exemplo n.º 22
0
 public function __construct()
 {
     parent::__construct();
     $this->system->load->dao('configuracoesgerais');
 }