看来CI还是挺不错用的
我分享一下自己用CI会加的几个library
我觉得CI内建的Active record功能过度简单 所以会用这套
https://github.com/jamierumbelow/codeigniter-base-model
然后CI没内建的模板系统我用这套
https://github.com/philsturgeon/codeigniter-template
CI缺少的tesing支援我选择这个 用了simpletest的solution
https://github.com/ericbarnes/codeigniter-simpletest
对我来说 上面三个library
加上jQuery, bootstrap, font-awesome 我几乎开发什么application都会用到
所以就把它包成一份了
https://github.com/howtomakeaturn/codeigniter-scaffolding
给各位参考 <(_ _)>