Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 2 matches
Smarty Forum Index
Author Message
  Topic: Help me with {section}
IceJOKER

Replies: 1
Views: 3558

PostForum: General   Posted: Tue Jul 08, 2014 2:42 pm   Subject: Help me with {section}
$items = range(0, 27);
$count = count($items);
$pages = ceil($count/5);

for($i = 0, $k=1; $i <= $pages; $i++){
echo '<ul>';
for($j = 1; $j <= 5; $j++, $k++){
if(!isset($items ...
  Topic: Vopros pro smarty {section} | Question about {section}
IceJOKER

Replies: 1
Views: 14963

PostForum: Language: Russian   Posted: Tue Jul 08, 2014 2:27 pm   Subject: Vopros pro smarty {section} | Question about {section}
Есть переменные:
$items //массив с данны ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP