insertAll() 공개 메소드

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