- 博客(6)
- 收藏
- 关注
转载 PHP常用header头部
<?php header('HTTP/1.1 200 OK'); // ok 正常访问 header('HTTP/1.1 404 Not Found'); //通知浏览器 页面不存在 header('HTTP/1.1 301 Moved Permanently'); //设置地址被永久的重定向 301 header('Location: http://www.ithhc.cn/'); //跳转到一
2017-11-28 18:45:09
648
原创 yii1公共部分的处理
在使用yii框架时,我们经常会遇到好几个页面需要用同一部分的代码,除了使用布局,还有更灵活的方法:使用renderpartial()函数包含视图文件,实例代码如下: //view.user.index.php
2016-10-31 16:20:09
347
原创 yii选择不同数据库配置的方法
'db' => (defined('DB_CONNECTION') ? array( 'connectionString' => DB_CONNECTION, 'username' => DB_USER, 'password' => DB_PWD, 'charset' => 'utf8',
2016-10-31 15:09:09
466
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人