摘要: "Bill","Age"=>"60","Country"=>"USA"); print_r(array_values($a)); ?> Array ( [0] => Bill [1] => 60 [2] => USA ) 阅读全文
posted @ 2018-01-17 20:36 盘思动 阅读(162) 评论(0) 推荐(0) 编辑
摘要: json->setErr(10000,'缺少参数'); $this->json->Send(); } $user = M('user'); $tel_flag = $user->where(array('openid'=>$openid))->find(); if (!$tel_flag || !$tel_f... 阅读全文
posted @ 2018-01-17 19:58 盘思动 阅读(313) 评论(0) 推荐(0) 编辑
摘要: <a href="http://{$hostname}/{$result['report_home']}" download="{$result['download_name_home']}"> 点击下载 </a> 阅读全文
posted @ 2018-01-17 11:56 盘思动 阅读(122) 评论(0) 推荐(0) 编辑
摘要: mysql> desc tf_insurance_order; +------------------------+-----------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra ... 阅读全文
posted @ 2018-01-17 10:42 盘思动 阅读(189) 评论(0) 推荐(0) 编辑