您好,我有以下代码,这是对数据库中的结果进行排序,我如何设置它以便结果将显示在 2 个不同的列中,一个用于 template.channel_item.php,一个用于 template.channel_item.php,其中 2列将彼此相邻?
if(is_array($array)) {
foreach($array as $row) {
include($basepath.'/templates/template.channel_item.php');
include($basepath.'/templates/template.channel_item_title.php');
}