U方法:
U('模块/方法',array('id'=>1),'xxxx html htm shtml',true/false,'localhost')
其中,第二个参数是id,第三个是指后缀,第四个是指是否跳转,第五个参数是域名
U('模块/方法',array('id'=>1),'xxxx html htm shtml',true/false,'localhost')
其中,第二个参数是id,第三个是指后缀,第四个是指是否跳转,第五个参数是域名
2015-08-11
URL_MODEL:
0 普通模式
http://localhost/mooc/index.php?m=Index&a=user&id=1
1 默认模式
http://localhost/mooc/index.php/Index/user/id/1.html
2 重写模式 可用于隐藏index.php
http://localhost/mooc/Index/user/id/1.html
3 兼容模式
http://localhost/mooc/index.php?s=/Index/user/id/1.html
0 普通模式
http://localhost/mooc/index.php?m=Index&a=user&id=1
1 默认模式
http://localhost/mooc/index.php/Index/user/id/1.html
2 重写模式 可用于隐藏index.php
http://localhost/mooc/Index/user/id/1.html
3 兼容模式
http://localhost/mooc/index.php?s=/Index/user/id/1.html
2015-08-11
我是返回来重新看的,建议下载3.1版本跟着老师走。。。老师确实讲的挺详细,谢谢老师,对于没有基础的同学建议可以先走一遍心留疑问,到时候从头看就好多了。。。
2015-08-03