Hauptseite: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Tm (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Tm (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 6: | Zeile 6: | ||
== Used Components == | == Used Components == | ||
{| class="wikitable" | |||
|- | |||
| CodeIgniter 3.1.4 || [http://codeigniter.com/ Homepage] || [https://www.codeigniter.com/user_guide/ Documentation] || [https://github.com/bcit-ci/CodeIgniter/archive/3.1.4.zip Download] | |||
|} | |||
Thanks to the following Stack Overflow Authors: | |||
{| class="wikitable" | |||
|- | |||
! Used in !! Link to Code !! Author | |||
|- | |||
| [[Mods: Automatic Base Detection]] || [http://stackoverflow.com/a/21027742 Used Code] || [http://stackoverflow.com/users/851273/jon-lin Jon Lin] | |||
|} | |||
== Using the Framework == | == Using the Framework == | ||
| Zeile 30: | Zeile 36: | ||
== Details == | == Details == | ||
* [[Mods: Summary]] | |||
** [[Mods: Automatic Base Detection]] | |||
* [[Libraries: Master]] | * [[Libraries: Master]] | ||
** [[Libraries: Master: Components Overview]] | ** [[Libraries: Master: Components Overview]] | ||
Version vom 8. Mai 2017, 21:02 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 and Best-Practice Webdevelopment-Framework. Using this Framework should speed up developing web applications. 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.4 | Homepage | Documentation | Download |
Thanks to the following Stack Overflow Authors:
| Used in | Link to Code | Author |
|---|---|---|
| Mods: Automatic Base Detection | Used Code | Jon Lin |
Using the Framework
- Using the Framework: Basics
- Using the Framework: Get Started
- Using the Framework: JavaScript Controlls Not Ready
Tips and Tricks
- Tips and Tricks: CodeIgniter
- Tips and Tricks: Bootstrap
- Tips and Tricks: carouFredSel
- Tips and Tricks: Elementary CSS Hacks
- Tips and Tricks: Legacy Browser Support
Details
Advanced
- Extending the Framework Not Ready