mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 14:02:47 +08:00
增加hprpc第三方库
This commit is contained in:
@@ -19,7 +19,7 @@ abstract class amf {
|
||||
*/
|
||||
public function __construct() {
|
||||
//导入类库
|
||||
think\loader::import('Vendor.Zend.Amf.Server');
|
||||
think\loader::import('vendor.zend.amf.server');
|
||||
//实例化AMF
|
||||
$server = new \Zend_Amf_Server();
|
||||
$server -> setClass($this);
|
||||
|
||||
Reference in New Issue
Block a user