Ocs-server/Gfx4: Difference between revisions
(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 | * [[Ocs-server/Gfx4/Controllers | Controllers]] | ||
* Database management | * [[Ocs-server/Gfx4/URL Rewriting | URL Rewriting]] | ||
* | * [[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]] | ||
* | * [[Ocs-server/Gfx4/Paginator | Paginator]] | ||
* | * [[Ocs-server/Gfx4/get post headers | GET, POST and header data]] | ||
* [[Ocs-server/Gfx4/Filesystem utilities | Filesystem utilities]] | |||
* XML | * [[Ocs-server/Gfx4/Image processing | Image processing]] | ||
* | * [[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:
- 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