tp3.2以数组的形式存入session
正确做法 $home = array( 'id'=>$res['id'], 'name'=>$res['name'], 'type'=>$res['type']); session('home',$home);//id 错...
正确做法 $home = array( 'id'=>$res['id'], 'name'=>$res['name'], 'type'=>$res['type']); session('home',$home);//id 错...
$this->show('<link rel="stylesheet" href="__ROOT__/Public/layui/css/layui.css">');
<?php namespace Home\Controller; use Think\Controller; class IndexController extends Controller { public funct...
控制器 sort_list---查出分类 url_list---分类表与商品表联查 HTML //循环分类 <foreach name="sort_list" item="vo1" key="k1" > <f...
函数1 // 截取字符串函数 function subtext($text, $length) { if(mb_strlen($text, 'utf8') > $length) return mb_substr($text, 0, $...
$res1 = $user_coupon->where("user_id=$user_id")->setInc('num',$num); 相加相减使用 $User = M("User"); // 实例化User对象...
时间转换为时间戳 strtotime(具体的时间) 即时时间戳 mktime()
table方法 $Model = new \Think\Model(); $list = $Model->table('shopping_coupon AS c,shopping_user_coupon AS uc')->whe...
tp3.2中使用fetchSql,不执行语句,只是做输出sql语句 $res_exi = $user_coupon->fetchSql()->where('user_id="'.$user_id.'" AND coupon_id...
{$Think.lang.page_error} {$Think.lang.var_error}