NYCPHP Meetup

NYPHP.org

[nycphp-talk] Smarty syntax: for(...)

Scott Mattocks crisscott at netzero.com
Wed Oct 22 16:33:33 EDT 2003


Hello,

I am working with Smarty templates but I am having trouble trying to do 
what I want with them.  I want to print a block of code a specific 
number of times sort of like I would do with a for() loop in PHP.  I am 
not using values from an array so I can't use section or foreach loops. 
  I can't find in the documentation how to turn something like this into 
Smarty code:

for($i = 0; $i < max_iters; ++$i) {
  echo $i . "<br />";
}

Does anyone have any suggestions?

Thanks
Scott Mattocks




More information about the talk mailing list