Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
/ smarty Public archive

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

Notifications You must be signed in to change notification settings

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

No packages published