1. 程式人生 > >destoon-列表頁調用分類屬性

destoon-列表頁調用分類屬性

sel lec destoon b- ech 註意 select hit category

實現代碼如下

<?php

$shuxing = $t[itemid];

$b = $db->get_one("select value from destoon_category_value where itemid=‘$shuxing‘");

echo $b[value];

?>

使用時,註意表前綴,destoon是默認的前綴。

destoon-列表頁調用分類屬性