mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Contesting] Restoring QSO table.
This commit is contained in:
@@ -51,4 +51,16 @@ class Contesting extends CI_Controller {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function getSessionQsos() {
|
||||
//load model
|
||||
$this->load->model('Contesting_model');
|
||||
|
||||
$qso = $this->input->post('qso');
|
||||
|
||||
// get QSOs to fill the table
|
||||
$data = $this->Contesting_model->getSessionQsos($qso);
|
||||
|
||||
return json_encode($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user