'form m-b'));?>
db->get_where('class', array('class_id' => $class))->row()->name;?>
db->get_where('section' , array('class_id' => $class))->result_array(); foreach ($sections as $row): ?>
db->get_where('teacher', array('teacher_id' => $row['teacher_id']))->row()->name;?> db->where('section_id', $row['section_id']); echo $this->db->count_all_results('enroll');?>