Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

cat

Dieser Wert wird der aktuellen Variable hinzugefügt.

Parameter Position Typ Benötigt Standard Beschreibung
1 string Nein leer/empty Wert der an die Variable angefügt werden soll.

Example 5.3. cat


<?php

$smarty->assign('articleTitle', "Psychics predict world didn't end");

?>

  

Bei folgendem index.tpl:


{$articleTitle|cat:" yesterday."}

 

Ausgabe:

    
Psychics predict world didn't end yesterday.