Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220

Employee Details Edit

Personal Details
db->where('id',$id)->get("personalDetails")->result() as $details){ $currentRank = $details->currentRankId; //get current rank exam and course status foreach($this->db->where('id',$currentRank)->get("ranksType")->result() as $detailsRankType){ $isExam = $detailsRankType->exam; $isCourse = $detailsRankType->course; } ?>
Name firstName.' '.$details->middleName.' '.$details->lastName;?>
Mil No. uniqueNumber;?>
Current Rank Login_model->getRank($details->currentRankId);?>
Unit UserModel->getUnit($details->unit);?>
Gender gender;?>
DOB UserModel->convDate($details->dateOfbirth);?>
Mobile Number phoneNumber;?>
Email email;?>
Descipline UserModel->getDesciplineDate($details->dateReported); if($dateDiff==1){ echo 'No warning form'; }else{ echo 'Warning form filled'; } ?>

Promotion Details

Promotion Details
db->where('userId',$id)->order_by('id','desc')->get("officerRanks")->result() as $detailsEmp){ ?>
Rank Promotion Date Action
Login_model->getRank($detailsEmp->rankId);?> promotionDate)); echo $date;?>

Courses and Trainings Attended

Courses and Trainings Attended
db->where('userId',$id)->get("coursesAttended")->result() as $detailsCourses){ ?>
Course Institution Intake Number Exam Score Action
Login_model->getCourse($detailsCourses->courseId);?> institution;?> intakeNumber;?> examScore;?> Delete

Examinations Conducted

Examinations Conducted
db->where('userId',$id)->get("officerExams")->result() as $detailsExam){ ?>
Examination Examination Number Results Action
Login_model->getExam($detailsExam->examId);?> examNumber;?> results;?> Delete

Education Qualification

Education Qualification
db->where('userId',$id)->get("education")->result() as $detailsEdu){ ?>
Level Programme Institution country Date Action
level;?> programme;?> institution;?> country;?> startDate.' To '.$detailsEdu->endDate;?> Delete