User Tools

Site Tools


en:public:developer:template_system:tags:expression:php

<#Php>

The <#{php> …code… <#}php> tags allow PHP code to be embedded directly into the template. This is for advanced users only, not normally needed and not recommended.

Example

<#{php> 

$my_var = "Stephane";
echo "My name is ".$my_var;

<#}php>
en/public/developer/template_system/tags/expression/php.txt · Last modified: 2012/11/22 15:26 by admin