muban大师 发表于 2021-1-14 10:25:17

织梦dedecms channel标签中使用php和sql

{dede:channel type='son' }
        [field:id runphp='yes',
        global $dsql;
        $sql='Select content from arctype where id=@me';
        $row=$dsql->getone();
        ......
        .....
        [/field:id,
        {/dede:channel}
页: [1]
查看完整版本: 织梦dedecms channel标签中使用php和sql