Example #1
0
 /**
  * (non-PHPdoc)
  * @see TuduX_App_Abstract::init()
  */
 public function init()
 {
     /* Initialize action controller here */
     parent::init();
     $this->checkApp();
     $this->_currentDate = strtotime(date('Y-m-d'));
     $this->_currentMonth = date('Ym');
 }
Example #2
0
 /**
  * (non-PHPdoc)
  * @see TuduX_App_Abstract::init()
  */
 public function init()
 {
     /* Initialize action controller here */
     parent::init();
     $this->checkApp();
 }
Example #3
0
 /**
  * (non-PHPdoc)
  * @see TuduX_App_Abstract::init()
  */
 public function init()
 {
     parent::init();
     $this->checkApp();
     $this->view->role = $this->getRoles();
 }