db->get_where('settings' , array('type'=>'running_year'))->row()->description;?>
db->get_where('student' , array('parent_id' => $this->session->userdata('parent_id')))->result_array(); foreach ($children_of_parent as $row3): $class_id = $this->db->get_where('enroll' , array('student_id' => $row3['student_id'] , 'year' => $running_year))->row()->class_id; $section_id = $this->db->get_where('enroll' , array('student_id' => $row3['student_id'] , 'year' => $running_year))->row()->section_id; ?>
db->get_where('invoice' , array('student_id' => $row3['student_id']))->result_array(); foreach($invoices as $row2): ?>
crud_model->get_type_name_by_id('student',$row2['student_id']);?> db->get_where('settings' , array('type' =>'currency'))->row()->description;?>
'multipart/form-data'));?>