摘要:
一· yii控制器页面: 二. JS(jq) 阅读全文
摘要:
1 select(); 18 19 //循环合并一维数组 20 foreach ($res as $k => $v){ 21 22 $arr[$k] = $v['num']; 23 24 } 25 26 shuffle($arr); 27 28 ... 阅读全文
摘要:
1 where('id', '1')->increment('manay', 200); 19 20 $res2 = DB::table('manay')->where('id', '2')->decrement('manay', 200); 21 22 if($res1==true && $res2==true){ 23 24 ... 阅读全文
摘要:
一. php后台代码 : 二 . html 前台页面 阅读全文
摘要:
对应的父级控制器 AppController.php : Curl方法 阅读全文
摘要:
1 pdo = new PDO("mysql:host=127.0.0.1;dbname=blog","root","root"); 15 16 } 17 //定义私有克隆 防止类外克隆 18 private function __clone() 19 { 20 echo "no1"; 21 ... 阅读全文