db->get_where('settings' , array('type' => 'running_year'))->row()->description; ?>
'form m-b'));?>
db->get_where('class', array('class_id' => $id))->row()->name;?>
db->order_by('academic_syllabus_id', 'desc'); $syllabus = $this->db->get_where('academic_syllabus' , array('class_id' => $id , 'year' => $running_year))->result_array(); foreach ($syllabus as $row): ?>
db->get_where('subject', array('subject_id' => $row['subject_id']))->row()->name;?> db->get_where($row['uploader_type'], array($row['uploader_type'].'_id' => $row['uploader_id']))->row()->name;?>