I\'ve been playing around for few hours and trying to sort this out but looks like a hard nut to crack.
I\'m able to do a single array insertion
$pe
You cannot do that automatically. Instead you have to iterate it manually and execute each record:
for ($person as $row) { $sth->execute($row); }