Web page hosting and cheap domain registration register services
 

Sponsers:

 

 

 

Smarty Manual
PrevChapter 5. Variable ModifiersNext

default

Parameter PositionTypeRequiredDefaultDescription
1stringNoemptyThis is the default value to output if the variable is empty.

This is used to set a default value for a variable. If the variable is empty or unset, the given default value is printed instead. Default takes one argument.

Example 5-9. default

<?php

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

?>

Where index.tpl is:

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

This will output:

Dealers Will Hear Car Talk at Noon.
no title

PrevHomeNext
date_formatUpescape
 

 

 

 

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: The perfect human being is all human beings put together, it is a collective, it is all of us together that make perfection.