destoon-列表页调用分类属性
Posted lx0715
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了destoon-列表页调用分类属性相关的知识,希望对你有一定的参考价值。
实现代码如下
<?php
$shuxing = $t[itemid];
$b = $db->get_one("select value from destoon_category_value where itemid=‘$shuxing‘");
echo $b[value];
?>
使用时,注意表前缀,destoon是默认的前缀。
以上是关于destoon-列表页调用分类属性的主要内容,如果未能解决你的问题,请参考以下文章