Home > Backend Development > PHP Tutorial > thinkphp的一个小疑点

thinkphp的一个小疑点

WBOY
Release: 2016-06-13 12:00:01
Original
744 people have browsed it

thinkphp的一个小问题


这里面的admin::是在哪个文件里定义的?

------解决方案--------------------
从写法来看,admin应该是一个类。U方法是他的取url的方法相信你应该知道了吧,是在不行,你可以在action中把它输出来。
------解决方案--------------------
按约定
admin 类是在 admin 分组的入口文件 admin.php 中定义的

------解决方案--------------------
那你是在看人家的代码了
------解决方案--------------------
在全部文件中搜索 "class admin"
------解决方案--------------------
你看下后台目录在哪?
home/Admin/index
这个可能是home module 下action=admin method=index
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template