Home >Backend Development >PHP Tutorial >为啥这里的$_GET[ ]数组是它的一个方法呢

为啥这里的$_GET[ ]数组是它的一个方法呢

WBOY
WBOYOriginal
2016-06-23 13:44:45999browse

下图中里面的对象调用方法时不是写index( )这一方法,而是写成了-->$a() 这是为啥呢




回复讨论(解决方案)

$_GET['a']是超链接上的一个参数名,$a=不是$_GET,你把$a打出来看就知道了

我的问题是:
为啥这里不这样写$controller->index()呢

而是写成了$contrlooer->$a()

剑尊】狠狠幸福
这么写完全没问题啊

【剑皇】潘多拉 2014/11/22 14:14:37
为啥这里不这样写$controller->index()呢
14:14:50
【剑皇】潘多拉 2014/11/22 14:14:50
而是写成了$contrlooer->$a()
【剑尊】狠狠幸福 2014/11/22 14:15:13
$controller->index() 这么写不就写死了吗。
14:16:52
【剑尊】狠狠幸福 2014/11/22 14:16:52
要是这么写,那url中 a 只能等于index   只能调 index 这一个方法。。
【剑尊】狠狠幸福 2014/11/22 14:17:08
一个controller 肯定不只 index 这一个方法啊

说白了这里是引用传值

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn