Skip to content

Data collector

Alexanderius edited this page Sep 15, 2019 · 2 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