Luminova Framework

Templates & Responses

Table of Contents

  1. Template View Rendering Examples

    This documentation covers the basic implementation of template handling within the Luminova framework controllers.

  2. PHP Template System with Layout Inheritance

    Template Layout provides a simple and flexible template manipulation to native PHP templating for managing layout files and extending layout sections within views.

  3. Custom Response Rendering

    The Response class lets you directly render or download content without using templates, giving you full control over what gets sent to the browser or client.

  4. Smarty Templete Engine Implementation

    Using the Smarty template engine to render templates, Luminova custom methods simplify your experience and minimize class initialization, ensuring optimal performance.

  5. Twig Templete Engine Implementation

    Using the Twig template engine, to efficiently render templates and minimizing class initialization to save you the time and effort of manually registering classes and functions.

  6. Template and View Rendering

    The View class is an essential component of Luminova template management for compiling, presenting, and caching capabilities.