Skip to content

Data collector

Alexanderius edited this page Feb 7, 2024 · 2 revisions

Data collector

DataCollector is a class that combines all the data of an HTML page in the page construction stage together.

  • All user controllers must put HTML data in it;
  • When the page construction starts, the master template will be loaded, data from the DataCollector will be inserted into it and sent to the client;
  • It is recommended to use the respective Tpl, StaticTpl controller responses instead of DataCollector directly.

<< Previous page Next page >>

Clone this wiki locally