Web page hosting and cheap domain registration register services
 

Sponsers:

 

 

 

Smarty Manual
PrevNext

Chapter 17. Tips & Tricks

Blank Variable Handling

There may be times when you want to print a default value for an empty variable instead of printing nothing, such as printing " " so that table backgrounds work properly. Many would use an {if} statement to handle this, but there is a shorthand way with Smarty, using the default variable modifier.

Example 17-1. Printing   when a variable is empty

{* the long way *}

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


{* the short way *}

{$title|default:" "}

PrevHomeNext
TroubleshootingUpDefault Variable Handling
 

 

 

 

Search engine submission by Seosubmit.com | Cheap domain by Cheap Domain Registrar  

Disclaimers: This document is provided as free service for the benefits of Active-Venture.com's web hosting customers only.

 
Quotes: When one door closes another door opens; but we so often look so long and so regretfully upon the closed door, that we do not see the ones which open for us.