My picture https://dl.dropboxusercontent.com/u/109046499/Selection_023.png
I want to delete all record when check all box, but if use function
public function deleteAction($id) {
//$Hososinhvien = Hososinhvien::findFirstById($id);
$Hososinhvien = Hososinhvien::find($id)
}
where $id is array if check all box, how to hint