gpt4 book ai didi

php - 构建个人 CMS - 类和库

转载 作者:搜寻专家 更新时间:2023-10-31 21:46:59 26 4
gpt4 key购买 nike

我正在构建我的个人 CMS,需要您的建议来组织核心功能和类。我有文件夹:

/shared
/classes
DB.php
Session.php
Config.php
...
/libraries
Arrays.php
DateTime.php
Email.php
...

“classes”文件夹中的文件包含核心类(每个文件一个类)。

现在的问题是关于/libraries/- 它们包含可以在任何类中使用的函数,有时它们使用来自另一个库的一些其他函数,有时它们需要访问一些核心类。我应该将它们写成函数,还是将它们设为静态并包装在某个类中?基本上我到处都需要它们,但要让它们井井有条。

最佳答案

Should i just write them as functions, or make them static and wrap in some class? Basically i need them everywhere, but keep them organized.

您是否研究过 namespace ?将所有函数包装到命名空间中可能是最好的选择。

关于php - 构建个人 CMS - 类和库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/464775/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com