简体   繁体   English

php编辑器源代码问题

[英]php editor source question

市场上是否有PHP编辑器可以直接从mysql数据库读取源代码?

No....and maybe. 不...也许

There is no reason why anyone should write a MySQL based editor. 没有理由为什么任何人都应该编写基于MySQL的编辑器。 Your best chance to archive this is to find a greedy and/or lunatic programmer that will write you a MySQL-virtual drive. 存档的最佳机会是找到一个贪婪和/或疯狂的程序员,该程序员将为您编写一个MySQL虚拟驱动器。 Yes this IS possible, and at least on windows it does not take much skills. 是的,这是可能的,至少在Windows上不需要太多技巧。

Well, you could use one of the existing php online editors, and hack the Horde VFS backend in, allowing you to read local files or a database file storage. 好吧,您可以使用现有的PHP在线编辑器之一,并侵入Horde VFS后端,从而使您可以读取本地文件或数据库文件存储。 Another alternative was writing your own FUSE driver. 另一种选择是编写自己的FUSE驱动程序。 Most sensible however would be to make your database contents available over WebDAV, allowing you to use Eclipse or so 然而,最明智的做法是通过WebDAV使您的数据库内容可用,从而允许您使用Eclipse等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM