看來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
給各位參考 <(_ _)>