【发布时间】:2012-07-27 16:47:14
【问题描述】:
例如,如果我有:
header part(header.php)
footer part(footer.php)
list of functions (functions.php)
list of constants (constants.php)
connect to database part(connection.php)
footer part + close the connection part(footer.php)
在这些示例中,我应该使用include、require 还是require_once,请注意为什么?
【问题讨论】:
-
什么,
include_once得不到爱?
标签: php