db->get_where('academic_settings' , array('type' =>'allowed_marks'))->row()->description; ?> db->get_where('settings' , array('type' => 'running_year'))->row()->description; ?>
'form m-b'));?>
db->get_where('class', array('class_id' => $class_id))->row()->name;?>

db->get_where('mark' , array('class_id' => $class_id, 'section_id' => $section_id ,'year' => $running_year,'subject_id' => $subject_id,'exam_id' => $exam_id))->result_array(); foreach($marks_of_students as $row): ?>
db->get_where('subject' , array('subject_id' => $subject_id))->row()->la1;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la2;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la3;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la4;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la5;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la6;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la7;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la8;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la9;?> db->get_where('subject' , array('subject_id' => $subject_id))->row()->la10;?>
db->get_where('student' , array('student_id' => $row['student_id']))->row()->name;?>