db->get_where('settings' , array('type' => 'running_year'))->row()->description; ?> db->get_where('exams' , array('exam_code' => $exam_code))->result_array(); foreach ($exams as $row): ?>
db->get_where('enroll' , array('class_id' => $row['class_id'], 'section_id' => $row['section_id'] , 'year' => $running_year))->result_array(); foreach($students as $row1):?> db->where('student_id',$row1['student_id']); $this->db->where('exam_code',$exam_code); $questions = $this->db->get('student_question')->result_array(); foreach($questions as $row2): ?> 0): ?> db->where('question_id', $ids[$i]); $dats = $this->db->get('questions'); $data = $dats->result_array(); foreach ($data as $row3): ?>
Estudiante
db->get_where('student' , array('student_id' => $row1['student_id']))->row()->name; ?>
: -
: -
: %
:
: mins.
db->get_where('enroll' , array('class_id' => $row['class_id'], 'section_id' => $row['section_id'] , 'year' => $running_year))->result_array(); foreach($students as $row2):?>
db->get_where('student' , array('student_id' => $row2['student_id']))->row()->name; ?>
: db->get_where('enroll' , array('student_id' => $row2['student_id']))->row()->roll; ?>