Ocs-server/Gfx4: Difference between revisions
Appearance
Created page with "Gfx4 is an in-house small web framework born inside KDE, and is thought and extended around the necessities of ocs-server project. It can, however, be and has been used for ge..." |
No edit summary |
||
Line 2: | Line 2: | ||
Official documentation: | Official documentation: | ||
* Folders and MVC | * [[Ocs-server/Gfx4/Folders and MVC | Folders and MVC]] | ||
* Global and local configuration | * [[Ocs-server/Gfx4/Global and local configuration | Global and local configuration]] | ||
* Models | * [[Ocs-server/Gfx4/Models | Models]] | ||
* Views | * [[Ocs-server/Gfx4/Views | Views]] | ||
* Controllers | * [[Ocs-server/Gfx4/Controllers | Controllers]] | ||
* URL | * [[Ocs-server/Gfx4/URL Rewriting | URL Rewriting]] | ||
* Database | * [[Ocs-server/Gfx4/Database | Database]] | ||
* | * [[Ocs-server/Gfx4/Errors and logging | Errors and logging]] | ||
* Debugging | * [[Ocs-server/Gfx4/Debugging | Debugging]] | ||
* GET, POST and header data | * [[Ocs-server/Gfx4/get post headers | GET, POST and header data]] | ||
* Filesystem utilities | * [[Ocs-server/Gfx4/Filesystem utilities | Filesystem utilities]] | ||
* | * [[Ocs-server/Gfx4/Image processing | Image processing]] | ||
* Page | * [[Ocs-server/Gfx4/Page properties | Page properties]] | ||
* Network utilities | * [[Ocs-server/Gfx4/Network utilities | Network utilities]] | ||
* XML | * [[Ocs-server/Gfx4/XML utilities | XML utilities]] | ||
* 3rd party libraries | * [[Ocs-server/Gfx4/3rd party libraries | 3rd party libraries]] | ||
* [Optional] OCS Client | * [Optional] [[Ocs-server/Gfx4/OCS Client | OCS Client]] |
Revision as of 14:35, 26 July 2015
Gfx4 is an in-house small web framework born inside KDE, and is thought and extended around the necessities of ocs-server project. It can, however, be and has been used for general web-based projects successfully.
Official documentation: