a scaffolding based on codeigniter
###This scaffolding is for developer who:###
-
want to build a new web application based on codeigniter
-
think jquery is neccessary
-
think bootstrap css is neccessary
-
think bootstrap js is neccessary
-
think CI's native active record is not convinient enough, therefore want jamierumbelow's codeigniter-base-model
-
need a template engine, and choose philsturgeon's codeigniter-template
-
need to do tests, and choose ericbarnes's codeigniter-simpletest
-
want to use some beautiful icons and choose Font-Awesome
-
think the url shouldn't start with index.php, therefore want a .htaccess file to overcome this
-
dont want to download and set all above things by hands
###Usage###
Just download the project and use it like a normal codeigniter framework. The resources above is settled down there for you.