Skip to content

Instantly share code, notes, and snippets.

View sp-ruben-simon's full-sized avatar

Rubén Simón Andreo sp-ruben-simon

  • Social Point
View GitHub Profile
@sp-ruben-simon
sp-ruben-simon / patch_error.php
Last active August 29, 2015 14:24
daff-php patch error when remove a duplicate row
<?php
require_once 'vendor/autoload.php';
$localTable = [
['A', 'B'],
[2, 2],
[2, 2],
[3, 8]
];