首页 > 代码库 > Yii单表常用语句

Yii单表常用语句

 通过GET方式获取网页&id的数值//        $request = \yii::$app->request;//        $id=$request->get(‘id‘);//        dd($id);//        $data = http://www.mamicode.com/["wqpeixun.com",//            ‘ip‘ => 1270101,//            ‘arr‘ =>[//                ‘age‘ => 1,//                ‘class‘ => ‘1班‘//            ],////        ];//        $user = [//            ‘userName‘ => ‘小兵老师‘,//            ‘age‘ => 28,//        ];//        $article = [//            ‘title‘ => ‘phpstorm真好用呀!‘,//        ];//        $data=http://www.mamicode.com/[>////        $data = http://www.mamicode.com/compact(‘user‘, ‘article‘);"select * from article where id=:id";//        $data=http://www.mamicode.com/[>////        like title 习大大//        $where=[//            ‘like‘,//            ‘title‘,//            ‘习大大‘//            ];//        $data=http://www.mamicode.com/article::find()->where($where)->all();>////        $data=http://www.mamicode.com/article::find()->where($where)->one();"窗口3232";//        $data=http://www.mamicode.com/$article->save();>

 

Yii单表常用语句