ride/app-template-smarty

Smarty template engine integration for a Ride application.

1.0.0 2016-10-14 09:40 UTC

This package is auto-updated.

Last update: 2024-03-12 22:43:15 UTC


README

Integration of the Smarty template engine with a Ride application.

Parameters

  • template.smarty.directory.compile: Path to the compile directory
  • template.smarty.escape: Flag to see if auto escaping is enabled (Defaults to false)
  • template.smarty.plugin.%namespace%: Path to a Smarty plugin directory
  • system.directory.view.smarty: Relative path to the Smarty view directory (Defaults to view/smarty)

Related Modules

Installation

You can use Composer to install this application.

composer require ride/app-template-smarty