An open API service indexing awesome lists of open source software.

https://github.com/assad2008/a-full-codeigniter-project-package

一个完整CI项目包
https://github.com/assad2008/a-full-codeigniter-project-package

Last synced: about 1 month ago
JSON representation

一个完整CI项目包

Awesome Lists containing this project

README

        

A-full-CodeIgniter-project-package
=====================

主要改动为:

1)模板系统采用smarty,smarty在控制器父类中已经初始化

2)增加了支持MongoDB,在My_Controller的__init__()方法类可以增加初始化,并且配置config下的mongodb文件

3)增加redis,文件上传,curl扩展类库

4)修改了Mysql类库的操作,主要是使用起来方便。

5)在自定义函数库中定义了一些函数,常用的函数可以直接添加进去

6)默认一套验证码生成

7)支持controllers二级目录的部署