예제 #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;
 }