-
Notifications
You must be signed in to change notification settings - Fork 50
Core api
Chris Murray edited this page Jan 22, 2014
·
2 revisions
The core code is divided into several subsystems:
- Theme System - Renders HTML strings
- Table System - Creates, renders, and exports tables
- Form System - Creating and renders HTML forms
- Command System - Responds to HTTP GET/POST requests
- Page System - Defines pages and modifies their contents
- User System - Manages user logins and permissions
- Message System - Displays errors and messages
- CSV System - Parses CSV files
- Module System - Loads modules
- Template System - Renders HTML strings from template files