File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/application/modules/academic_year/models/Term_model.php
Back
<?php Class Term_model extends CI_Model{ function getAllTerms() { return $this->db->get('ay_terms')->result_array(); } function getTerms($ay_id) { return $this->db->get_where('ay_terms',array('ay_id'=>$ay_id))->result_array(); } function getTerm($term) { return $this->db->get_where('ay_terms',array('id'=>$term))->row_array(); } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.21 |
proxy
|
phpinfo
|
Settings