thank you! i have to submit
AbanteCart v1.4.2.1 is released.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
$db=new ADataset('name','key');
//compare single field
$db->deleteRows(array(
array('column_name' => 'field1', 'operator' => '=', 'value' => $value1),
array('column_name' => 'field2', 'operator' => '=', 'value' => $value2), # AND relationship
));