こんにちは私は次のコードを持っています。これはデータベースからの結果を並べ替えています。結果が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');
}