是否有一个开源的、基于 Web 的配置编辑器来编辑有效的 php 样式 ini 文件?
Cpanel 有一些很酷的配置编辑器,可以抓取 .ini 文件,将其全部粘贴在 Web 表单中...它以纯文本形式输出所有注释,然后为有效行提供内联文本输入...因此用户可以更改配置通过网络....
我想知道是否有一些开源软件,最好是 php 的,可以做同样的事情...用于 CMS。
Cpanel has some cool config editors that grab an .ini file, stick it all in a web form...it spits out in plain text all comments, then offers an inline text input for valid lines...so a user can change configs through the web....
I'm wondering if there's some open source software, preferably in php, that does the same...for use in a CMS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 ini 文件的内容加载到表单内的文本区域中。将 http://codemirror.net/ 应用于文本区域以提供特定格式。
You could load the contents of the ini file into a textarea within a form. Apply http://codemirror.net/ to the textarea to provide specific formatting.