Get Smarty

Donate

Paypal

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

default

Posizione del Parametro Tipo Obbligatorio Default Descrizione
1 stringa No vuoto E' il valore di default da stampare se la variabile è vuota.

E' usato per impostare un valore di default per una variabile. Se la variabile è vuota o non impostata, il valore di default viene stampato al suo posto. Prende un parametro.

Example 5.9. default


<?php

$smarty = new Smarty;
$smarty->assign('articleTitle', 'Dealers Will Hear Car Talk at Noon.');
$smarty->display('index.tpl');

?>

   

Dove index.tpl è:


{$articleTitle|default:"no title"}
{$myTitle|default:"no title"}

   

Questo stamperà:


Dealers Will Hear Car Talk at Noon.
no title

   

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors