destoon-供应列表调用分类属性值

在list-sell.htm中添加的

                                    <?php

                                     $a = $t[itemid];

                                     $b = $db->get_one(“select value from destoon_category_value where itemid=’$a'”);

                                     echo $b[value];

                                     ?>