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

Chapter 18. Tips & Tricks (trucchi e consigli)

Gestione delle variabili vuote

Certe volte potreste voler stampare un valore di default per una variabile vuota invece di stampare niente, ad esempio " " in modo che gli sfondi delle tabelle funzionino regolarmente. Molti userebbero una {if} per gestire questo caso, ma c'è un modo più veloce con Smarty, che è l'uso del modificatore default.

Example 18.1. Stampare   quando una variabile è vuota


{* il modo lungo *}

{if $title eq ""}
    
{else}
   {$title}
{/if}


{* il modo breve *}

{$title|default:" "}

    

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors