Home > Backend Development > PHP Tutorial > php action里面代码写的太长可以分成两个文件吗?

php action里面代码写的太长可以分成两个文件吗?

WBOY
Release: 2016-06-20 12:42:14
Original
1062 people have browsed it

php action里面代码写的太长可以分成两个文件吗?


回复讨论(解决方案)

把部分代码放到另一个php文件,
然后用include、require引入另一个php文件

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