Пример #1
0
 /**
  * {@inheritdoc}
  */
 protected function _init()
 {
     parent::_init();
     $this->_jbimport = $this->app->jbimport;
     $this->_jbsession = $this->app->jbsession;
     $this->_tmpFile = JBZOO_CLI_ROOT . '/resources/tmp/session.ser';
     @mkdir(dirname($this->_tmpFile), 0777, true);
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 protected function _init()
 {
     parent::_init();
     $this->_jbyml = $this->app->jbyml;
     $this->_jbconfig = $this->app->jbconfig;
 }