insertAll() public method

+---------------------------------------------------------- 插入记录 +---------------------------------------------------------- +----------------------------------------------------------
public insertAll ( mixed $datas, array $options = [] ) : false | integer
$datas mixed 数据
$options array 参数表达式 +----------------------------------------------------------
return false | integer | integer +----------------------------------------------------------
コード例 #1
0
 public function save_array($param_array)
 {
     return Db::insertAll(self::TABLE_NAME, $param_array);
 }