×
Success! session->flashdata('success_msg'); ?>
session->flashdata('error_msg'))) {
?>
×
Failed! session->flashdata('error_msg'); ?>
Sl.No | Student Id | Student Name | Action |
---|---|---|---|
= $sno; ?> | = $student['studentId']; ?> | = $student['name']; ?> | '; // print_r($student); if (lcfirst($student['bus_facility']) == 'yes' && $student['bus_routeid'] != 0) { $routes_coursefee_rst = $this->db->query('SELECT id FROM course_fees WHERE batch_id=' . $studentBatch . ' AND course_id=' . $studentCourse . ' AND fees_type=4 AND route_id=' . $student['bus_routeid'])->row_array(); $routes_coursefee_id = (isset($routes_coursefee_rst) && !empty($routes_coursefee_rst)) ? $routes_coursefee_rst['id'] : ''; // $routes_coursefee_id=$this->db->get_where('course_fees',array('batch_id'=>$studentBatch ,'course_id'=>$studentCourse,'fees_type'=>'4','route_id'=>$student['bus_routeid']))->row()->id; // if($route_coursefee_id !=0 ){ // $student_installment=$this->db->get_where('students_online_payments',array('student_id'=>$student_id,'course_fee_id'=>$route_coursefee_id ))->row_array(); // $paymentStatus=false; // if(!empty($student_installment)){ // $installmentArray=json_decode($student_installment['payment_details'],true); // foreach($installmentArray as $payment_data){ // if($payment_data['payment_status']=='yes'){ // $paymentStatus=true; // break; // } // } // } // } ?> |