11.07.2015 Views

PHP MySQL - Stilson.net

PHP MySQL - Stilson.net

PHP MySQL - Stilson.net

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

www.it-ebooks.infoCHAPTER 19 • TEMPLATING WITH SMARTY$smarty->display("truncate.tpl");The truncate.tpl template contains the following:{foreach $summaries as $summary}{$summary|truncate:35:"..."}{/foreach}This returns the following:Snow expected in the Northeast...Sunny and warm weather expected...Softball-sized hail reported in...Control StructuresSmarty offers several control structures capable of conditionally and iteratively evaluating passed-indata. These structures are introduced in this section.The if FunctionSmarty’s if function operates much like the identical function in the <strong>PHP</strong> language. As with <strong>PHP</strong>, anumber of conditional qualifiers are available, all of which are displayed here:• eq • le • is not odd • ==• Gt • Ne • div by • !=• Gte • Neq • even by • >• Ge • is even • not • 5}Gotta love the weekend!{/if}Consider another example. Suppose you want to insert a certain message based on the month. Thefollowing example uses conditional qualifiers and elseif and else to carry out this task:397

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!