dd_whu 发表于 2012-6-22 16:18:49

基于CodeIgniter的CMS程序,绝佳的Codeigniter入门示例

FUELCMS 是一款基于 Codeigniter 框架开发的 CMS 系统,模块化的设计使得它非常适合二次开发,事实上它本身已经自带了 CMS 和 Blog 模块,以及完整的后台管理功能和大量工具包,是一款绝佳的学习 Codeigniter 的入门教程。

附件有4M多,上传不了,给出官网地址供下载http://www.getfuelcms.com/

slcboy 发表于 2016-1-23 13:26:23

Change the Apache .htaccess file
Change the Apache .htaccess found at the root of FUEL CMS's installation folder to the proper RewriteBase directory. The default is your web server's root directory (e.g "/"), but if you have FUEL CMS installed in a sub folder, you will need to add the path to line 5. If you are using the folder it was zipped up in from GitHub, it would be RewriteBase /FUEL-CMS-master/.

In some server environments, you may need to add a "?" after index.php in the .htaccess like so: RewriteRule .* index.php?/$0

NOTE: This is the only step needed if you want to use FUEL without the CMS.

似水流年 发表于 2015-2-12 19:46:17

配置好后访问/fuel/start访问后出现 not found

aqxinzhuan 发表于 2014-7-30 13:57:48

英文的呀,下载下来瞧瞧先
谢谢楼主

tinsn 发表于 2012-6-23 11:17:17

文档有中文翻译,不错:D

dd_whu 发表于 2012-6-23 12:40:48

{:1_1:}翻译了一部分,还在继续完善中

dd_whu 发表于 2012-6-24 21:26:36

已经完成模块创建教程的汉化:http://www.fuelcms.org/user_guide/modules/tutorial

ciogao 发表于 2012-7-2 16:39:30

说实话,并不完美。

dd_whu 发表于 2012-7-2 19:17:37

ciogao 发表于 2012-7-2 16:39 static/image/common/back.gif
说实话,并不完美。

当然不完美,否则就是一个cms产品了,而不是一个开源项目。

Erric_Zhu 发表于 2012-7-11 11:31:10

演示还不错.可是怎么下载不了呢.

Erric_Zhu 发表于 2012-7-11 12:02:24

我很喜欢这种风格的哦.可是下载不了呢.是CI2.0+的吗?

dd_whu 发表于 2012-7-12 08:28:57

Erric_Zhu 发表于 2012-7-11 12:02 static/image/common/back.gif
我很喜欢这种风格的哦.可是下载不了呢.是CI2.0+的吗?

可以下载啊,是CI2.0+的。

Erric_Zhu 发表于 2012-7-12 09:06:53

thxks a lot.找到一个英文的.空了看看.谢谢你的回应.
页: [1] 2 3
查看完整版本: 基于CodeIgniter的CMS程序,绝佳的Codeigniter入门示例