Стратегии обучения
Уроки
Технологии
Участники
Проекты
Топики
Блоги
О проекте
<?php $output = ''; $sql = "SELECT * FROM modx_users"; foreach ($modx->query($sql) as $row) { $output .= $modx->getChunk('mychunk', $row); } return $output;