Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

rtp-ch/smarty

Repository files navigation

PLEASE NOTE: This project is no longer maintained. If you are interested in continuing the maintenance of this extension, please get in touch with us or create a fork.

#Smarty Templating Engine for TYPO3

Basic Usage

    $smarty = \RTP\smarty\Factory::get();
    $smarty->addTemplateDir('path/to/my/templates');
    $smarty->addLanguageFile('path/to/my/language/file');
    $smarty->addPluginsDir('path/to/my/plugins');
    $smarty->assign('data', $myData);

    return $smarty->display('myTemplate.tpl');

About

Smarty templating engine for TYPO3 extensions. Includes Smarty and some custom Smarty tags for common TYPO3 functions.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors