TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
151 stars 93 forks source link

ViewHelper to use PHP constants in Fluid #873

Closed s2b closed 2 months ago

s2b commented 2 months ago

There should be a ViewHelper to access the values of PHP constants from a Fluid template. To accomplish this, a new ViewHelper should be created that wraps the constant() function of PHP.