摘要: controller: //搜索分页 public function actionList() { $where = Yii::$app->request->get();// var_dump($where); $query = new Query();//刚写成 $query = new\yii\ 阅读全文
posted @ 2016-10-25 19:03 热爱生活的人啊 阅读(127) 评论(0) 推荐(0)
摘要: <?php/** * Created by PhpStorm. * User: user * Date: 2016/10/22 0022 * Time: 下午 1:38 */header("content-type:text/html;charset=utf8");$url="http://www. 阅读全文
posted @ 2016-10-25 18:46 热爱生活的人啊 阅读(163) 评论(0) 推荐(0)
摘要: 亲们,如约而至的PHP笔记来啦~绝对干货! 以下为我以前学PHP时做的笔记,时不时的也会添加一些基础知识点进去,有时还翻出来查查。 MySQL笔记:一千行MySQL学习笔记http://www.cnblogs.com/shockerli/p/1000-plus-line-mysql-notes.ht 阅读全文
posted @ 2016-10-25 09:11 热爱生活的人啊 阅读(1946) 评论(0) 推荐(1)