Hauptseite: Unterschied zwischen den Versionen

Aus CodeCoupler Wiki
Zur Navigation springen Zur Suche springen
Tm (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Tm (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
{{Quote|If I have seen further it is by standing on the shoulders of giants.|Isaac Newton following Bernard of Chartres<br>http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants}}
{{Quote|If I have seen further it is by standing on the shoulders of giants.|Isaac Newton following Bernard of Chartres<br>http://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants}}


CodeCoupler is a best-of-breed 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 and never have to learn requirements of a big framework. Using this framework should speed up developing web applications.
CodeCoupler is a best-of-breed 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.


== Used Components ==
== Used Components ==
Zeile 8: Zeile 8:
{| class="wikitable"
{| class="wikitable"
|-
|-
| CodeIgniter 3.1.4
| CodeIgniter 3.1.6
|| [http://codeigniter.com/ Homepage]
|| [http://codeigniter.com/ Homepage]
|| [https://www.codeigniter.com/user_guide/ Documentation]
|| [https://www.codeigniter.com/user_guide/ Documentation]

Version vom 4. November 2017, 21:08 Uhr


  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 best-of-breed 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.

Used Components

CodeIgniter 3.1.6 Homepage Documentation Download Licence: MIT

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 and Enhancements of the underlying Framework

CodeCoupler Libraries

CodeCoupler Controllers

Advanced