摘要: 首先在controller 的user模块的类中创建一个add方法 public function add(){ //判断有无得到post的数据 if(isset($_POST)&&!empty($_post)){ //把post过来的数据 拼接成一个数组 $date=[ //表中字段名=>post 阅读全文
posted @ 2016-09-26 19:50 心碎了饺子 阅读(2843) 评论(0) 推荐(0)