mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[QSOs] Added QSOs per month
This commit is contained in:
@@ -48,4 +48,14 @@ class Dayswithqso extends CI_Controller {
|
||||
echo json_encode($data);
|
||||
}
|
||||
|
||||
public function get_months() {
|
||||
//load model
|
||||
$this->load->model('dayswithqso_model');
|
||||
|
||||
// get data
|
||||
$data = $this->dayswithqso_model->getMonthsOfYear();
|
||||
header('Content-Type: application/json');
|
||||
echo json_encode($data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user