禅道扩展
2655router.class.php 里面的super类,里面的a方法是做什么用的?已解决
router.class.php 里面的super类,里面的a方法是做什么用的?已解决
悬赏14积分
提问者书生答案数1阅读数2512发表时间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
答案列表
联系我们
联系人
刘斌/高级客户经理
电话(微信)
17685869372
QQ号码
526288068
联系邮箱
liubin@chandao.com

其他相关问答
提问者: Forrin 于 2020-01-031391次浏览,1个答案
提问者: heroxd 于 2011-08-032185次浏览,2个答案
提问者: yghua8 于 2016-03-232709次浏览,1个答案
提问者: tanziyuenihao 于 2022-06-28667次浏览,1个答案
提问者: lvyongyue 于 2024-05-071206次浏览,1个答案



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


