禅道扩展
2655router.class.php 里面的super类,里面的a方法是做什么用的?已解决
router.class.php 里面的super类,里面的a方法是做什么用的?已解决
悬赏14积分
提问者书生答案数1阅读数2696发表时间2015-01-30 18:36:50
public function a()
{
if($this->scope == 'post') a($_POST);
if($this->scope == 'get') a($_GET);
if($this->scope == 'server') a($_SERVER);
if($this->scope == 'cookie') a($_COOKIE);
if($this->scope == 'session') a($_SESSION);
if($this->scope == 'env') a($_ENV);
if($this->scope == 'global') a($GLOBAL);
{
if($this->scope == 'post') a($_POST);
if($this->scope == 'get') a($_GET);
if($this->scope == 'server') a($_SERVER);
if($this->scope == 'cookie') a($_COOKIE);
if($this->scope == 'session') a($_SESSION);
if($this->scope == 'env') a($_ENV);
if($this->scope == 'global') a($GLOBAL);
}
就是这个方法,我看还写的递归 。不知道啊,求解决
禅道版本:6.4.stable
安装包类型:源码包
操作系统:CentOS
客户端浏览器:Chrome
答案列表
联系我们
联系人
丁芝/高级客户经理
电话(微信)
17663906485
QQ号码
1481227768
联系邮箱
dingzhi@chandao.com

其他相关问答
提问者: fcoolish 于 2017-11-112030次浏览,1个答案
提问者: chengshengjie 于 2019-12-171382次浏览,1个答案
提问者: qstcorp 于 2013-07-236188次浏览,1个答案
提问者: uie123456 于 2016-09-052198次浏览,1个答案
提问者: qq_5784aed349b06 于 2016-07-122454次浏览,1个答案




精品资料包
1V1产品演示
免费试用增强功能
专属顾问答疑支持


