Стратегии обучения
Уроки
Технологии
Участники
Проекты
Топики
Блоги
О проекте
<?php $tpl = 'tpl.dodo'; if (isset($options)){ $key = intval($options) - 1; }else{ $key = 0; } $data = $modx->fromJSON($input); $data = $data[$key]; $output = $modx->getChunk($tpl,$data); return $output;
$output = $modx->getChunk($tpl,$data);