实现代码如下
<?php
$shuxing = $t[itemid];
$b = $db->get_one("select value from destoon_category_value where itemid=‘$shuxing‘");
echo $b[value];
?>
使用时,注意表前缀,destoon是默认的前缀。
原文地址:https://www.cnblogs.com/lx0715/p/9946800.html
时间: 2024-11-08 12:17:34
实现代码如下
<?php
$shuxing = $t[itemid];
$b = $db->get_one("select value from destoon_category_value where itemid=‘$shuxing‘");
echo $b[value];
?>
使用时,注意表前缀,destoon是默认的前缀。
原文地址:https://www.cnblogs.com/lx0715/p/9946800.html