karelwintersky/arris.template

Template class for Arris µ-framework, based on Smarty

0.11.0 2024-03-29 19:38 UTC

This package is auto-updated.

Last update: 2024-03-29 19:39:13 UTC


README

Добавить механизм установки кастомных полей Smarty, что-то типа:

https://www.smarty.net/docsv2/ru/language.escaping.tpl

$tempate->setSmartyOption($key, $value)

под капотом:

SmartyOptions[ $key ] = $value

при инициализации

foreach (SmartyOptions as key as $value) {
    $smarty->{$key} = $value;
}