ursus
0
Q:

submitBulkdelete

$row_array = Tools::getValue($this->table.'Box');
if (count($row_array))
{
  foreach ($row_array as $id_gallery)
  {
  	CategoryGalleryModel::deleteGallery((int)$id_gallery);
  }
}
0

New to Communities?

Join the community