db->get_where('settings' , array('type' => 'running_year'))->row()->description; $class_id = $this->db->get_where('enroll', array('student_id' => $this->session->userdata('login_user_id'), 'year' => $running_year))->row()->class_id; $section_id = $this->db->get_where('enroll' , array('student_id' => $this->session->userdata('login_user_id'),'class_id' => $class_id,'year' => $running_year))->row()->section_id; ?>
db->get_where('settings', array('type' => 'currency'))->row()->description;?> |