Ocs-server/Gfx4: Difference between revisions

From KDE Community Wiki
(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
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:


Official documentation:
Official documentation:
* Folders and MVC
* [[Ocs-server/Gfx4/Folders and MVC | Folders and Page Properties]]
* Global and local configuration
* [[Ocs-server/Gfx4/Global and local configuration | Global and local configuration]]
* Models
* [[Ocs-server/Gfx4/Editing config files programmatically | Editing config files programmatically]]
* Views
* [[Ocs-server/Gfx4/Models | Models]]
* Controllers
* [[Ocs-server/Gfx4/Views | Views]]
* URL rewriting
* [[Ocs-server/Gfx4/Controllers | Controllers]]
* Database management
* [[Ocs-server/Gfx4/URL Rewriting | URL Rewriting]]
* Error and logging
* [[Ocs-server/Gfx4/Database | Database]]
* Debugging
* [[Ocs-server/Gfx4/User management | User management]]
* GET, POST and header data
* [[Ocs-server/Gfx4/Errors and logging | Errors and logging]]
* Filesystem utilities
* [[Ocs-server/Gfx4/Debugging | Debugging]]
* Images processing
* [[Ocs-server/Gfx4/Paginator | Paginator]]
* Page and Loader properties
* [[Ocs-server/Gfx4/get post headers | GET, POST and header data]]
* Network utilities
* [[Ocs-server/Gfx4/Filesystem utilities | Filesystem utilities]]
* XML Utilities
* [[Ocs-server/Gfx4/Image processing | Image processing]]
* 3rd party libraries
* [[Ocs-server/Gfx4/Network utilities | Network utilities]]
* [Optional] OCS Client
* [[Ocs-server/Gfx4/XML utilities | XML utilities]]
* [[Ocs-server/Gfx4/Utilities | Utilities]]
* [Optional] [[Ocs-server/Gfx4/OCS Client | OCS Client]]

Latest revision as of 11:21, 23 May 2016

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: