2 Star 4 Fork 0

Belong / shopPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
newhot.php 596 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Belong 提交于 2021-07-11 09:49 . php
<?php
include_once("system/system.inc.php");
$nomsql="select id,name,pics,m_price,v_price from tb_commo where isnom=1 order by id desc limit 4";
$hotsql="select id,name,pics,m_price,v_price from tb_commo order by sell desc limit 4";
$newsql="select id,name,pics,m_price,v_price from tb_commo where isnew=1 order by id desc limit 4";
$nomarrs=$admindb->ExecSQL($nomsql,$conn);
$hotarrs=$admindb->ExecSQL($hotsql,$conn);
$newarrs=$admindb->ExecSQL($newsql,$conn);
$smarty->assign('nomarrs',$nomarrs);
$smarty->assign('hotarrs',$hotarrs);
$smarty->assign('newarrs',$newarrs);
?>
1
https://gitee.com/Belong123/shop-php.git
git@gitee.com:Belong123/shop-php.git
Belong123
shop-php
shopPHP
master

搜索帮助