System architecture & render processes

The Hublify system architecture for the templating is described here.


Generic flow

  • Some event triggers within a Hublify App or Component a request to render some HTML.
  • The Hublify Template Engine's function “render” is called with a given template-label of the template to render and additionally most typical dynamic parameters and data.
  • The twig-engine renders the requested template.
    This template might read / write even more data from / to the Hublify system.
  • The final HTML is returned and the Hublify App can do with it whatever it wants.