Ocs-server/Gfx4: Difference between revisions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Official documentation: | Official documentation: | ||
* [[Ocs-server/Gfx4/Folders and MVC | Folders and | * [[Ocs-server/Gfx4/Folders and MVC | Folders and Page Properties]] | ||
* [[Ocs-server/Gfx4/Global and local configuration | Global and local configuration]] | * [[Ocs-server/Gfx4/Global and local configuration | Global and local configuration]] | ||
* [[Ocs-server/Gfx4/Editing config files programmatically | Editing config files programmatically]] | |||
* [[Ocs-server/Gfx4/Models | Models]] | * [[Ocs-server/Gfx4/Models | Models]] | ||
* [[Ocs-server/Gfx4/Views | Views]] | * [[Ocs-server/Gfx4/Views | Views]] | ||
Line 9: | Line 10: | ||
* [[Ocs-server/Gfx4/URL Rewriting | URL Rewriting]] | * [[Ocs-server/Gfx4/URL Rewriting | URL Rewriting]] | ||
* [[Ocs-server/Gfx4/Database | Database]] | * [[Ocs-server/Gfx4/Database | Database]] | ||
* [[Ocs-server/Gfx4/User management | User management]] | |||
* [[Ocs-server/Gfx4/Errors and logging | Errors and logging]] | * [[Ocs-server/Gfx4/Errors and logging | Errors and logging]] | ||
* [[Ocs-server/Gfx4/Debugging | Debugging]] | * [[Ocs-server/Gfx4/Debugging | Debugging]] | ||
* [[Ocs-server/Gfx4/Paginator | Paginator]] | |||
* [[Ocs-server/Gfx4/get post headers | GET, POST and header data]] | * [[Ocs-server/Gfx4/get post headers | GET, POST and header data]] | ||
* [[Ocs-server/Gfx4/Filesystem utilities | Filesystem utilities]] | * [[Ocs-server/Gfx4/Filesystem utilities | Filesystem utilities]] | ||
* [[Ocs-server/Gfx4/Image processing | Image processing]] | * [[Ocs-server/Gfx4/Image processing | Image processing]] | ||
* [[Ocs-server/Gfx4/Network utilities | Network utilities]] | * [[Ocs-server/Gfx4/Network utilities | Network utilities]] | ||
* [[Ocs-server/Gfx4/XML utilities | XML utilities]] | * [[Ocs-server/Gfx4/XML utilities | XML utilities]] | ||
* [[Ocs-server/Gfx4/ | * [[Ocs-server/Gfx4/Utilities | Utilities]] | ||
* [Optional] [[Ocs-server/Gfx4/OCS Client | OCS Client]] | * [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:
- Folders and Page Properties
- Global and local configuration
- Editing config files programmatically
- Models
- Views
- Controllers
- URL Rewriting
- Database
- User management
- Errors and logging
- Debugging
- Paginator
- GET, POST and header data
- Filesystem utilities
- Image processing
- Network utilities
- XML utilities
- Utilities
- [Optional] OCS Client