Exemple #1
0
function DeletePlanExpert()
{
    $obj = new PLN_experts();
    $obj->RowID = $_POST["RowID"];
    $result = $obj->Remove();
    echo Response::createObjectiveResponse($result, ExceptionHandler::GetExceptionsToString());
    die;
}