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

Data collector

Alexanderius edited this page Sep 22, 2016 · 3 revisions

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