开发者

php editor source question

开发者 https://www.devze.com 2023-02-01 05:31 出处:网络
Is there a php editor on the market witch can read 开发者_开发百科sources straight from a mysql database?No....and maybe.

Is there a php editor on the market witch can read 开发者_开发百科sources straight from a mysql database?


No....and maybe.

There is no reason why anyone should write a MySQL based editor. Your best chance to archive this is to find a greedy and/or lunatic programmer that will write you a MySQL-virtual drive. Yes this IS possible, and at least on windows it does not take much skills.


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. Another alternative was writing your own FUSE driver. Most sensible however would be to make your database contents available over WebDAV, allowing you to use Eclipse or so

0

精彩评论

暂无评论...
验证码 换一张
取 消