User Tools

Site Tools


en:public:developer:template_system:tags:parameters:setvalue

This is an old revision of the document!


setValue

This parameter permit to set a value to custom variables.

Assignment of variables in-template is essentially placing application logic into the presentation 
that may be better handled in PHP. Use at your own discretion. 

Example

<#First_Name setValue="Bob">
The value of "First_Name" is <#First_Name>

The above example will output:

The value of "First_Name" is Bob
en/public/developer/template_system/tags/parameters/setvalue.1354195270.txt.gz · Last modified: 2012/11/29 17:21 by admin