Hauptseite

Aus CodeCoupler Wiki
Zur Navigation springen Zur Suche springen


  If I have seen further it is by standing on the shoulders of giants.  

Isaac Newton following Bernard of Chartres
http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants


CodeCoupler is a compilation of web development libraries, put them together in a small footprint framework. The goal was to enclose the most used code and libraries in a easy-to-use framework, hoping never have to write the basics of a web application again. In contrast to other big frameworks this one is based on numerous small libraries specialized in solving a specific topic. This is the best approach in my view and this is the attempt bundling all these specialists out there under one roof.

Used Libraries

Name Homepage Documentation Download Licence: MIT Remarks
CodeIgniter 3.1.6 Homepage Documentation Download MIT -
JShrink 1.2.0 Homepage Documentation Download BSD 3-clause -
Adaptive Images 1.5.2 Homepage Documentation Download Creative Commons Attribution 3.0 Unported License Library used to write an own class that fits into the CodeIgniter schema.
scssphp 0.7.1 Homepage Documentation Download MIT -
Bootstrap 4.0.0-beta.2 Homepage Documentation Download MIT -
jQuery 3.2.1 Homepage Documentation Download MIT -
Kendo UI Core 3.2.1 Homepage Documentation Download Apache License, version 2.0 -

Thanks to the following Stack Overflow Authors:

Used in Link to Code Author
Mods: Automatic Base Detection Used Code Jon Lin

Using the Framework

Tips and Tricks

Details

Modifications & Enhancements of the CodeIgniter Framework

CodeCoupler Libraries

CodeCoupler Controllers

Advanced