コード例 #1
0
ファイル: hprose.php プロジェクト: qieangel2013/zys
 public static function getInstance()
 {
     if (!self::$instance instanceof hprose) {
         self::$instance = new hprose();
     }
     return self::$instance;
 }
コード例 #2
0
ファイル: Index.php プロジェクト: qieangel2013/zys
 public function hproseAction()
 {
     //hprose调用
     Yaf_Dispatcher::getInstance()->autoRender(FALSE);
     echo hprose::getInstance()->getdata();
     exit;
 }