牛犊
Results
1
issues of
牛犊
新建一个controller if ($this->allowMethodList) { $methods = $this->allowMethodList; } else { $methods = get_class_methods($this); **$methods = array_diff($methods, array('__construct', '__call', '_initialize'));** } $server->addMethods($methods, $this); //这里的 方法就不连贯了 for ($i = 0; $i <...