コード例 #1
0
ファイル: Json.php プロジェクト: rodrigofns/ExpressoLivre3
 /**
  * the constructor
  *
  */
 public function __construct()
 {
     $this->_applicationName = 'Messenger';
     $this->_controller = Messenger_Controller::getInstance();
 }