php 基于 CodeIgniter 的 CMS

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2048179/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 04:48:35  来源:igfitidea点击:

CMS based on CodeIgniter

phpcodeignitercontent-management-system

提问by Adi Sembiring

I'm looking for a CMS based on CodeIgniter. Can you suggest what CMS I could use?

我正在寻找基于 CodeIgniter 的 CMS。你能建议我可以使用什么 CMS 吗?

I want to learn how to build a CodeIgniter application based using a CMS as a reference.

我想学习如何构建一个基于使用 CMS 作为参考的 CodeIgniter 应用程序。

回答by Donny Kurnia

PyroCMShave a good set of features, and modular design so you can use it as a base to develop a website. The code is in github, so you can download the latest version from it directly with ease, if you have git installed.

PyroCMS有一套很好的功能和模块化设计,因此您可以将其用作开发网站的基础。代码在 github 中,所以如果你安装了 git,你可以轻松地直接从它下载最新版本。

The creator of this CMS, Phil Sturgeonis also a member here, so you can put your question about this CMS here, and hopefully he can respond it directly.

这个CMS的创建者Phil Sturgeon也是这里的成员,所以你可以在这里提出你对这个CMS的问题,希望他能直接回复。

回答by Webdesign Geneva Too Pixel

You should all check Ionize CodeIgniter CMS

你们都应该检查Ionize CodeIgniter CMS

回答by jesal

FuelCMSis the new kid on the block

FuelCMS是这个街区的新人

回答by Kits

Download video tutolrials of tuts+ Build a CMS in CodeIgniter

下载视频教程 tuts+ Build a CMS in CodeIgniter

Its not free but you can download via torrent.

它不是免费的,但您可以通过 torrent 下载。

It will guide you to build a base for your CMS.

它将指导您为 CMS 建立基础。

Tutorials include

教程包括

  • admin panel
  • user management
  • page management
  • session management
  • news articles
  • 管理面板
  • 用户管理
  • 页面管理
  • 会话管理
  • 新闻文章

I strongly recommend this to those who are willing to build a CMS based on codeigniter.

我强烈推荐给那些愿意基于 codeigniter 构建 CMS 的人。

回答by Phil Sturgeon

ExpressionEngine 2- costs, but is clearly the best.

ExpressionEngine 2- 成本高,但显然是最好的。

PyroCMS- free and although looks ugly as sin, the v0.9.8-dev branch is very promising. Does lots more than just blogging.

PyroCMS- 免费,虽然看起来很丑,但 v0.9.8-dev 分支非常有前途。不仅仅是写博客。

DBlog- just blogging, but does it well.

DBlog- 只是写博客,但做得很好。

回答by webvitaly

You can check out Bonfire.

你可以看看篝火

It is not a CMS, but a starting point for new projects build with CodeIgniter that require ready-made tools like:

它不是 CMS,而是使用 CodeIgniter 构建的新项目的起点,这些项目需要现成的工具,例如:

  • User Management with Role-Based Access Control
  • Fully Modular codebase built around HMVC
  • Powerful, parent/child capable theme engine
  • 具有基于角色的访问控制的用户管理
  • 围绕 HMVC 构建的完全模块化的代码库
  • 强大的父/子主题引擎

回答by rosika

Codefight CMSis based on codeigniter as well.

Codefight CMS也基于 codeigniter。

回答by Industrial

For free solutions, there are most probably better options available if you look beside just the Codeigniter ones. However, building sites on top of CMS's are in most cases very limiting. (Solely depending on the demanded level of the site of course.)

对于免费解决方案,如果您只关注 Codeigniter 的解决方案,则很可能有更好的选择。但是,在 CMS 之上构建站点在大多数情况下非常有限。(当然,这完全取决于网站的要求级别。)

Take a look at this template library: https://github.com/bcit-ci/CodeIgniter/wiki/Simple-Template-Library/

看看这个模板库:https: //github.com/bcit-ci/CodeIgniter/wiki/Simple-Template-Library/

Together with the active record class that codeigniter offers, you will be up and developing sites in no time at all. Without any boundaries of course!

与 codeigniter 提供的活动记录类一起,您将立即启动和开发站点。当然没有任何界限!

回答by Emad Elsaid

have a look on Egypt CMS, it's a simple foundation of Database, authentication, dojo, datamapper that will simplify your work

看看埃及 CMS,它是数据库、身份验证、道场、数据映射器的简单基础,可以简化您的工作

http://blazeeboy.github.com/Codeigniter-Egypt/

http://blazeeboy.github.com/Codeigniter-Egypt/

回答by Musaffa

FuelCMScomes with a decent UserGuide. have a look at the documentation for module creation. Design is very clean and takes a little time to understand the source.
I've used PyroCMS as well. Its powerful yet documentation is poor(Phil Sturgeon plz make a better documentation). So FuelCMS is my pick.

FuelCMS配备了一个体面的UserGuide。查看模块创建的文档。设计非常干净,需要一点时间来了解来源。
我也使用过 PyroCMS。它的功能强大但文档很差(Phil Sturgeon 请制作更好的文档)。所以 FuelCMS 是我的选择。