Ocs-server/Gfx4: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | 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]] |
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