2 Star 4 Fork 0

Belong / shopPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
allnom.php 429 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Belong 提交于 2021-07-11 09:49 . php
<?php
include_once("system/system.inc.php");
if(isset($_GET['page'])){
$page=$_GET['page'];
}
else{
$page=1;
}
$sql="select * from tb_commo where isnom=1 order by id desc";
$rst1=$seppage->ShowData($sql,$conn,12,$page);
$smarty->assign("nomarrs",$rst1);
$rst2=$seppage->ShowPage("产品","个",$_GET[page_type],"","a");
$smarty->assign("rst_page",$rst2);
$smarty->assign("title",'热门商品');
?>
1
https://gitee.com/Belong123/shop-php.git
git@gitee.com:Belong123/shop-php.git
Belong123
shop-php
shopPHP
master

搜索帮助