Example #1
0
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->categoria = $this->system->session->getItem('session_nivel_categoria');
     $this->sistema_id = $this->system->session->getItem('session_cod_empresa');
     //eval(base64_decode('JGRhZG9zID0gc3RhdChMSUJTX0RJUiAuICcvc2VjLmtleScpOyBpZiAoc2hhMSgkZGFkb3NbJ2F0aW1lJ10pICE9ICR0aGlzLT5zeXN0ZW0tPmdldEtleVNpdGUoKSkge2RpZTt9'));
 }
 public function __construct()
 {
     $this->system =& getInstancia();
     //$this->moip =  new Moip();
     $this->system->load->dao('configuracoesgerais');
     $this->notificationURLPagSeguro = $this->system->getUrlSite() . 'nasp/' . $this->system->session->getItem('session_cod_empresa') . '/pagseguro.php';
     $this->notificationURLPagarMe = $this->system->getUrlSite() . 'nasp/' . $this->system->session->getItem('session_cod_empresa') . '/pagarme.php';
 }
	public function __construct() {
		$this->system =& getInstancia();	
		$this->moip =  new Moip();	

		$this->system->load->dao('configuracoesgerais');		
		$this->notificationURL = $this->system->getUrlSite() . 'lms/nasp/pagseguro.php';
		//$this->notificationURL = 'http://requestb.in/rjglghrj';
	}
Example #4
0
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->pagina = (int) ($this->system->input['pagina'] ? $this->system->input['pagina'] : 1);
     $this->mostrar = (int) ($this->system->input['mostrar'] ? $this->system->input['mostrar'] : $this->mostrar);
     $this->inicial = ($this->pagina - 1) * $this->mostrar;
     $this->system->view->assign('categoria', $this->system->admin->getCategoria());
 }
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->system->load->dao('configuracoesgerais');
     $this->system->load->dao('certificados');
     $this->system->load->dao('cursos');
     $this->system->load->dao('aulas');
     $this->system->load->model('email_model');
 }
	public function __construct() {
		$this->system =& getInstancia();		
		$this->system->load->dao('emails');
		$this->system->load->dao('usuarios');
		$this->system->load->dao('notificacoes');
		$this->system->load->dao('alunos');
		$this->system->load->dao('curso');
		$this->system->load->dao('planos');
		$this->system->load->dao('professores');
	}
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->system->load->dao('configuracoesgerais');
     if ($this->sandbox) {
         $this->apiEndpoint = 'https://api-3t.sandbox.paypal.com/nvp';
         //Para assinaturas, se fosse certificado seria https://api.sandbox.paypal.com/nvp
         $this->paypalURL = 'https://www.sandbox.paypal.com/cgi-bin/webscr';
     } else {
         $this->apiEndpoint = 'https://api-3t.paypal.com/nvp';
         //Para assinaturas, se fosse certificado seria https://api.paypal.com/nvp
         $this->paypalURL = 'https://www.paypal.com/cgi-bin/webscr';
     }
 }
Example #8
0
	public function __construct() {
		$this->system =& getInstancia();		
	}
Example #9
0
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->sistema_id = $this->system->session->getItem('session_cod_admin');
     //eval(base64_decode('aWYgKCdkZTYwMjhhYmJlYmNmNDllYjMyMWUxZmViNTllZmIzZDE1MjAxOGQ4JyAhPSBzaGExKGRpcm5hbWUoX19GSUxFX18pKSkge2RpZTt9'));
 }
Example #10
0
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->categoria = $this->system->session->getItem('session_nivel_categoria');
     //eval(base64_decode('aWYgKCc4MjJlNTcyNjRjODE2ODkwMmM4OTMwNjYzMjYwMjU3NjUxMDBjYzNkJyAhPSBzaGExKGRpcm5hbWUoX19GSUxFX18pKSkge2RpZTt9'));
 }
Example #11
0
	public function __construct() {
		$this->system =& getInstancia();	
		$this->system->load->dao('configuracoesgerais');	
	}
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->system->load->dao('configuracoesgerais');
     $this->notificationURL = $this->system->getUrlSite() . 'lms/nasp/pagarme.php';
 }
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->system->log->setRegistrarLogins($this->debug);
 }
Example #14
0
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->system->load->model('email_model');
 }
Example #15
0
 public function __construct()
 {
     $this->system =& getInstancia();
     $this->BuscaSistemaByCliente();
 }
Example #16
0
	public function __construct() {
		$this->system =& getInstancia();
		//eval(base64_decode('aWYoZGlybmFtZShfX0ZJTEVfXykgIT0gJy9ob21lL3VuaXZlcnNvZWR1Y2FjaW8vd3d3L2xtcy9fc291cmNlcy9saWJyYXJpZXMnKSBkaWU7teste'));
	}