PHP 平面文件管理类

发布于 2024-10-21 23:16:39 字数 84 浏览 1 评论 0原文

有谁知道 PHP 中有一个用于管理平面文件的类吗?我正在制作一个使用它们的应用程序,我想知道是否已经有一个我可以使用的应用程序,而无需制作自己的应用程序。

Does anyone know of a class for managing flat file, in PHP? I am making an app that uses them, and I want to know if there is already one that I can use, without making my own.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青衫负雪 2024-10-28 23:16:39

仔细看看 Zend_ConfigZend_Config_Writer,Zend Framework 中的组件。它们几乎是独立的,因此您不需要在加载程序和异常位之外导入太多 ZF 的其他部分。

它们允许您在导出的 PHP 数组中以 INI 文件、JSON、XML 或 YAML 形式读取和写入配置数据。它们不是超轻量级的,但它们非常有用、全面,更重要的是,它们编写良好且经过充分测试。

Take a good look at Zend_Config and Zend_Config_Writer, components in the Zend Framework. They stand pretty much alone, so you don't need to import too many other parts of ZF outside of the loader and exception bits.

They allow you to read and write configuration data in an exported PHP array, as an INI file, as JSON, as XML or as YAML. They aren't super light weight, but they are useful, comprehensive, and more importantly, well-written and well-tested.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文