db->get_where('settings' , array('type' => 'running_year'))->row()->description; ?>
db->get_where('homework', array('homework_code' => $homework_code))->result_array(); foreach($info as $row): ?>
'multipart/form-data')); ?>
: crud_model->get_type_name_by_id('subject',$row['subject_id']);?>
: crud_model->get_type_name_by_id('class',$row['class_id']);?>
: crud_model->get_type_name_by_id('section',$row['section_id']);?>
: db->where('class_id', $row['class_id']); $this->db->where('section_id', $row['section_id']); echo $this->db->count_all_results('enroll');?>
: db->where('class_id', $row['class_id']); $this->db->where('section_id', $row['section_id']); $this->db->where('homework_code', $homework_code); echo $this->db->count_all_results('deliveries');?>
: db->where('class_id', $row['class_id']); $this->db->where('section_id', $row['section_id']); $all = $this->db->count_all_results('enroll');?> db->where('class_id', $row['class_id']); $this->db->where('section_id', $row['section_id']); $this->db->where('homework_code', $homework_code); $deliveries = $this->db->count_all_results('deliveries');?>
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; ?>