ExpressionEngine (CMS) with SQLite

南楼画角 提交于 2019-12-11 08:28:03

问题


Has anyone out there hacked up ExpressionEngine (CMS) to work with SQLite? If so, any good tips or guides on how to do so?


回答1:


I don't know of any Expression Engine 1.6 that has been modified to support SQLite; however, the next version (2.0) is based on the CodeIgniter framework which has a DAL which supports many databases. Here is a post from an Ellis Labs employee confirming this.




回答2:


Given that it's proprietary software under copyright and not available (so far as I can tell) under an F/OSS license, tightly tied to MySQL (no other dbs supported and you can't run MySQL in strict mode, meaning they rely on nonstandard extensions) I don't think you're going to find what you are looking for.

Even if someone had done it for their own use it would look an awful lot like a derivative work (though I suppose you could try to claim it was a parody) and distributing it would be a copyright violation.

Why don't you contact the vendor and offer to shell out some $$? Or look into a F/OSS alternative? There are (*cough*) several of them out there.

-- MarkusQ



来源:https://stackoverflow.com/questions/334085/expressionengine-cms-with-sqlite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!