Heim > Backend-Entwicklung > PHP-Tutorial > ThinkPHP 5 中的公共函数调用问题

ThinkPHP 5 中的公共函数调用问题

WBOY
Freigeben: 2016-06-06 20:06:24
Original
2479 Leute haben es durchsucht

在ThinkPHP 3.2.3中调用公众函数是在Application下的Common文件夹下的Common文件夹中比如我新建一个function.php,我把公共函数写在这里
那么在ThinkPHP 5 中公用函数应该写在哪里?是在application文件夹下的command.php里么,还是我写在application下的command文件夹里新建一个function.php?(很奇怪,官方手册上application文件夹下是有command文件夹的,而我application文件夹里没有,所以我新建了一个)

回复内容:

在ThinkPHP 3.2.3中调用公众函数是在Application下的Common文件夹下的Common文件夹中比如我新建一个function.php,我把公共函数写在这里
那么在ThinkPHP 5 中公用函数应该写在哪里?是在application文件夹下的command.php里么,还是我写在application下的command文件夹里新建一个function.php?(很奇怪,官方手册上application文件夹下是有command文件夹的,而我application文件夹里没有,所以我新建了一个)

表示还没开始研究tp5;但是为了表达对题主这个邀请的尊重与感谢;果断立马下载下来看看;可能由于还处于测试阶段;发现文档确实没有说明;在正式版本出来前;可以先把自定义函数放在/thinkphp/helper.php文件中;

在TP5中,公用的函数、手动注册的路由等,都是放在 \application\common.php

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage