Exemplo n.º 1
0
 /**
  * run() 開始処理
  */
 protected function preRun($inputParam = array())
 {
     parent::preRun($inputParam);
     $this->_view = array();
     $this->_message = array('info' => array(), 'notice' => array(), 'error' => array());
 }
Exemplo n.º 2
0
 /**
  * run() 開始処理
  */
 protected function preRun($inputParam = array())
 {
     parent::preRun($inputParam);
     $this->_json = array(self::JSON_KEY_STATUS => self::STATUS_NONE, self::JSON_KEY_MESSAGE => array(), self::JSON_KEY_DATA => array());
 }