Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Data collector

Alexanderius edited this page Jun 29, 2019 · 3 revisions

Data collector

DataCollector is a class which combines all HTML page data together.

  • All user controllers should put HTML data to it;
  • When a page build starts, the master template will be loaded, 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.

<< Previous page Next page >>

Clone this wiki locally