ride / app-template-smarty
Smarty template engine integration for a Ride application.
Installs: 4 074
Dependents: 9
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- ride/app: ^1.0.0
- ride/app-template: ^1.0.0
- ride/lib-log: ^1.0.0
- ride/lib-template-smarty: ^2.0.0
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