Код PHP:
Код: Выделить всё
$items = array("Item 1", "Item 2", "Item 3", "Item 4", "Item 5", "Item 6"); // belongs in .ts file
// belongs in .html file
echo "";
for ($i = 0; $i < 2; $i++) {
echo "";
for ($j = 0; $j < 3; $j++) {
echo "" . $items[$i * 3 + $j] . "";
}
echo "";
}
echo "
Подробнее здесь: https://stackoverflow.com/questions/765 ... st-indexes
Мобильная версия