Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图掌握何时创建 bootstrap.php 文件以及如何构建它。它看起来很像一个 init.php 文件。它们是同一个概念吗?或者也许是同样的事情?
在 web 应用程序和 PHP 的上下文中,“引导”和“应用程序初始化”的概念或多或少是相同的。文件名无关紧要。
至于这样的实现应该包含什么细节,这完全取决于应用程序的架构。