联系官方销售客服
1835022288
028-61286886
$tab = array( 'name' => '名字', 'table' => 'abc123', 'module' => 'theme', 'disabled' => 0 ); // 插入表单数据 $rt = \Phpcmf\Service::M()->db->table('module_form')->insert($tab);
Cannot use object of type CodeIgniterDatabaseMySQLiResult as array
这个插入语句是哪里有问题吗?按手册数据库操作来看,应该是没问题的,
插入成功,
但是会提示系统错误?