$con = Mage::getSingleton('core/resource')->getConnection('core_write');
$condition = array($con->quoteInto('id=?', "$actid"));
$con->delete('wolesaler_table', $condition);
$condition = array($con->quoteInto('id=?', "$actid"));
$con->delete('wolesaler_table', $condition);
No comments:
Post a Comment