Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Skeleton: a decent starting point for most web apps
#1

[eluser]anvoz[/eluser]
https://github.com/anvoz/CodeIgniter-Skeleton

CodeIgniter Skeleton (CIS) is a decent starting point for most web apps. It provides you with additional back-end stuffs that were missing from the framework itself (HMVC, template control, authentication...), common front-end plugins (jQuery, Bootstrap...) and well-organized code structures.

CIS is also a great experience for CI-based developments to ajaxify modules. It mainly focuses on defining elegant ways to make ajaxified components rapidly. Its core libraries, which are a tight connection between back-end and front-end, are based on 3 principles:
1. A single web page should be broken down into small pieces which are called pagelets.
2. A pagelet is a set of self-contained MVC and Javascript functions that should be loaded independently via normal page render or ajax request render.
3. An ajax response handler should be defined or be registered right on the server-side to be managed easily.

Include:
* CodeIgniter 2.1.4 (last updated: Jul 8, 2013)
* Modular Extensions - HMVC 5.4 (last updated: Jul 31, 2013)
* jQuery 1.10.2 (last updated: Jul 3, 2013)
* Bootstrap 3.0 (last updated: Aug 19, 2013)
* Ion Auth 2.5
* jQuery File Upload 8.8.7 (last updated: Oct 8, 2013)
* Custom libraries to handle templates and ajax requests




Theme © iAndrew 2016 - Forum software by © MyBB