码迷,mamicode.com
首页 >  
搜索关键字:thinkphp addall    ( 4122个结果
Thinkphp 3.2 添加 验证码 如何添加。
1,在home模块indexController.class.php中,加入以下代码fontSize = 18; $Verify->length = 4; $Verify->useNoise = false; $Verify->codeSet = '01...
分类:Web程序   时间:2014-12-02 19:00:25    阅读次数:191
jquery ajax
我使用的是thinkphp框架。一般我们页面和控制器传输数据都是通过form表单进行传输,今天呢!我们不用表单来提交数据。使用jquery ajax技术:$(function(){$("#btn").click(function(){var sku = $("#sku_names").val();i...
分类:Web程序   时间:2014-12-02 18:49:33    阅读次数:147
css的id选择器与thinkphp结合
$vo['id']))}" class="a">{$vo.name} 效果图
分类:Web程序   时间:2014-12-02 17:06:41    阅读次数:161
thinkPHP四种URL访问方式(二)
thinkPHP四种URL访问方式(二)...
分类:Web程序   时间:2014-12-02 15:17:09    阅读次数:139
ThinkPHP配置项(六)
ThinkPHP配置项(六)...
分类:Web程序   时间:2014-12-02 15:15:47    阅读次数:140
thinkPHP框架介绍(一)
thinkPHP框架介绍(一)...
分类:Web程序   时间:2014-12-02 15:15:09    阅读次数:125
thinkPHP 输出及其模板调用(三)
thinkPHP 输出及其模板调用(三)...
分类:Web程序   时间:2014-12-02 15:14:48    阅读次数:129
thinkphp 无限级分类的思想 分析
$list=$cate->field("id,name,pid,path,concat(path,'-',id) as bpath")->order('bpath')->select();所以对于前台而言,控制器已经帮忙排好序了,至于如何让它变的更清晰,count是关键我认为count也可以以pat...
分类:Web程序   时间:2014-12-01 14:07:32    阅读次数:172
thinkphp的like用法
方法一:$carrymodel = D(“Carry”);$condition["FromAddress"] = array(“like”, “%”.$rname);$condition["ToAddress"] = array(“like”, “%”.$rname);$carryrecord = ...
分类:Web程序   时间:2014-11-30 21:18:52    阅读次数:585
thinkphp 点击分类显示分类下的文章(完整)
控制器field("id,name,pid,path,concat(path,'-',id) as bpath")->order('bpath')->select();foreach($list as $key=>$value){$list[$key]['count']=count(explode(...
分类:Web程序   时间:2014-11-30 16:45:09    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!