db->get_where('settings' , array('type' => 'running_year'))->row()->description; ?>
db->get_where('teacher', array('teacher_id' => $teacher_id))->row()->name;?>
db->order_by("time_start", "asc"); $this->db->where('day' , $day); $this->db->where('year' , $running_year); $this->db->where('teacher_id' , $teacher_id); $routines = $this->db->get('class_routine')->result_array(); foreach($routines as $row2): ?> | crud_model->get_subject_name_by_id($row2['subject_id']);?> db->get_where('class', array('class_id' => $row2['class_id']))->row()->name;?> - db->get_where('section', array('section_id' => $row2['section_id']))->row()->name;?> |