コードをコピーします コードは次のとおりです:
/*—————————————————————— */
//– 無限を再帰的に実装します分類生成ドロップダウン リスト関数
// – $tpl->assign('sort_list',createSortOptions ());
//– $tpl->assign('sort_list',createSortOptions ($sort_id)); /*———————— —————————— */
function createSortOptions ($selected=0,$parent_id=0,$n=-1)
{
global $db; $sql = "SELECT * FROM `@__article_sort ` WHERE `parent_id` = '{$parent_id}'";
static $i = 0;
if ($i == 0)
{
$ options .= '