Esempio n. 1
0
 public function init()
 {
     parent::init();
     $this->_Services = new App_Controller_Services();
     $this->view->fecha = $this->_Services->obtenerUltimoDiaMesActual();
     $this->_sessionPlan = new Zend_Session_Namespace('sessionPlan');
 }
Esempio n. 2
0
 public function init()
 {
     parent::init();
     $this->_pasarelaVisa = $this->_helper->getHelper('PasarelaVisa');
     $this->_pasarelaMasterCard = $this->_helper->getHelper('PasarelaMasterCard');
     $this->_mastercard = $this->_config['app']['mastercard'];
     $this->_visa = $this->_config['app']['visa'];
 }
Esempio n. 3
0
 public function init()
 {
     parent::init();
 }
Esempio n. 4
0
 public function init()
 {
     parent::init();
     $this->_Services = new App_Controller_Services();
 }