Guest User

Untitled

a guest
Mar 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public static $columnsInsert =
  2. [
  3. 'id',
  4. 'customer_id',
  5. 'summary',
  6. 'description',
  7. 'color',
  8. 'favourite',
  9. 'update_at',
  10. 'create_at',
  11. 'personEmail'
  12. ];
  13.  
  14.  
  15. $sql = $db->queryBuilder->batchInsert(self::$table, self::$columnsInsert, $data);
Add Comment
Please, Sign In to add comment