联系官方销售客服
1835022288
028-61286886
求一个数组insert入数据库的例子;
$field = $this->get_cache('module-'.SITE_ID.'-'.APP_DIR, 'field');
foreach ($field as $t) {
$name = $t['fieldname'];
if ($name && isset($data[$name])) $add[$t['ismain']][$name] = $data[$name];
}
参考了这个 但是一直报 $this 有错误(PHP小白)