The Welcome Module

Under normal usage conditions, this module serves as the default entry point for Trongate applications. In other words, it gets used to render your website's homepage. By default, the welcome module is defined as the entry point (homepage) for the application within the main configuration file at config/config.php.

For additional guidance on how to use this module, check out the Trongate framework documentation for Homepage Routing.

index()

Renders the (default) homepage for public access. This method loads the 'trongate_pages' module and calls its 'display()' method to render the homepage.