This repository was archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Data collector
Alexanderius edited this page Feb 14, 2016
·
3 revisions
DataCollector is a class what combines all HTML page data together.
All user controllers should put HTML data to it, then, when page build starts, the master template wil be loaded and data from DataCollector will be inserted to it and sent to client.
It is recommended to use respective Tpl, StaticTpl controller responses instead of DataCollector directly.
- Getting Started
- Main Simplify.Web principles
- Simplify.Web controllers
- Simplify.Web views
- Simplify.Web templates
- Simplify.Web configuration
- Templates variables
- Static content
- Template factory
- Data collector
- String table
- File reader
- Web context
- Environment
- Language manager
- Redirector
- HTML