-
url_moder查看全部
-
'LOAD_EXT_CONFIG'=>'USER'查看全部
-
<range name='num' value='1,2' type='in'>在这个区间<else/>不在这个区间</range>查看全部
-
数据库查询查看全部
-
主从服务器查看全部
-
TP调试方法: define('APP_DEBUG',true); //开启调试模式 #1 conf下建立debug.php配置文件 在调试模式下其中配置项的优先级高于config.php 配置'SHOW_PAGE_TRACE'=>true,显示页面trace信息 #2 调用trace()方法 trace('配置项名称',C('配置项'));可直接在模板显示该配置项,不需要echo。 #3 调用G()方法,获取代码段执行时间(毫秒) G('run'); for($i=0;$i<100000;$i++){ $count += $i; } echo G('run','end');查看全部
-
volist展示数组所用函数,看起来很像HTML标签,但不是。offset从第几条数据开始截取,length截取的条数 //当name不为person时无法输出,id不为data时只输出非定义量(HTML内容)部分 <volist name='person' id='data' offset='1' length='2' empty='我没数据'> {$data['name']}----{$data['age']}<br> </volist> //foreach函数不能直接进行截取,只能通过外部的方法进行 //当name不为person时无法输出,当item不为data时重复输出最后一个至数组长度耗尽 <foreach name='person' item='data'> {$data['name']}----{$data['age']}<br> </foreach>查看全部
-
*URL_MODEL *1默认模式 pathinfo模式 http://localhost/mooc/index.php/Index/user/id/1.html *0普通模式 http://localhost/mooc/index.php?m=Index&a=user&id=1 *2重写模式 http://localhost/mooc/Index/user/id/1.html *3兼容模式 http://localhost/mooc/index.php?s=/Index/user/id/1.html查看全部
-
得结合php手册来看查看全部
-
区间判断 老师啊,那个读笔青 不读笔吞查看全部
-
比较符号与区间判断查看全部
-
总结:查看全部
-
MVC模型查看全部
-
国内主流框架使用率查看全部
-
单一入口框架查看全部
举报
0/150
提交
取消