Home > Backend Development > PHP Tutorial > thinkphp-addall方法 - thinkphp 用哪种add方法 能将二维数组以上(如下图)写入mysql?

thinkphp-addall方法 - thinkphp 用哪种add方法 能将二维数组以上(如下图)写入mysql?

WBOY
Release: 2016-06-06 20:41:23
Original
1086 people have browsed it

thinkphp-addall方法 - thinkphp 用哪种add方法 能将二维数组以上(如下图)写入mysql?比如下面这个怎么用addall方法 或者其他方法写入MYSQL中]![1

回复内容:

thinkphp-addall方法 - thinkphp 用哪种add方法 能将二维数组以上(如下图)写入mysql?比如下面这个怎么用addall方法 或者其他方法写入MYSQL中]![1

先把四维数组转化为二维数组。

这种情况要自己把数组处理一下

用array_reduce()降个到二维
然后用addAll()
我只试过array(array[0],array[1]..)的二维数组插入

实在想这样,序列化可以存

这样不好吧,,,全是0 1 2的都是什么含义嘛。。。。

try
addAll();

看来你这么懒,不知道serialize或是json_encode的话,也可以股沟一下msg_pack这个extension,同样能序列化,当然,你这种关系还是推荐你mongodb

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template