摘要: 在自己写框架时候会发现,多表查询组装SQL语句 1){ $arr = explode(",",$data["1"]); $length = count($arr); for($i=0; $i 1){ $where .= $pre.$two[$i][$j]."="; }else{ $where .= $two[$i][$j]; } }}$where = explode("=",$where);$len3 = count($where);for($i=0; $i 阅读全文
posted @ 2014-03-23 20:29 陈朔 阅读(820) 评论(0) 推荐(0)