Machine_Code;
$Machine_Name = $Mstr->Machine_Name ;
$Machines_Make = $Mstr->Machines_Make ;
$Machines_Capacity = $Mstr->Machines_Capacity;
$Machines_Category = $Mstr->Machines_Category;
$Machines_Dept = $Mstr->Machines_Dept;
$Factory_Loc = $Mstr->Factory_Loc ;
$Machines_PONO = $Mstr->Machines_PONO;
$Machines_POdate = $Mstr->Machines_POdate;
$Machines_Supplier = $Mstr->Machines_Supplier;
$Instalization_Date = $Mstr->Instalization_Date;
$Machines_Lifetime = $Mstr->Machines_Lifetime;
$Commencement_Date = $Mstr->Commencement_Date;
}
}
if(!empty($HistDtlsEdit)){
foreach($HistDtlsEdit as $Dtls)
{
$Range = $Dtls->Range;
$Operating_Range = $Dtls->Operating_Range;
$Least_Count = $Dtls->Least_Count;
$Calibration_Agency = $Dtls->Calibration_Agency;
$Calibration_On = $Dtls->Calibration_On;
$Calibration_Due = $Dtls->Calibration_Due;
$Acceptence_Criteria = $Dtls->Acceptence_Criteria;
}
}
// print_r($HistFileEdit);
// count($HistFileEdit);
// echo "
";
// echo sizeof($HistFileEdit);
// die();
// if(!empty($HistFileEdit)){
// $filecount = count($HistFileEdit);
// // foreach($HistFileEdit as $File)
// // {
// // $Machine_filename = $File->Machine_filename;
// // $Machine_filepath = $File->Machine_filepath ;
// // }
// }
?>