|
|
@ -18,7 +18,8 @@ class Uitslag_model extends CI_Model |
|
|
|
subgroep.naam AS naam, |
|
|
|
subgroep.naam AS naam, |
|
|
|
subgroep.themanaam AS themanaam, |
|
|
|
subgroep.themanaam AS themanaam, |
|
|
|
subgroep.nummer AS nummer, |
|
|
|
subgroep.nummer AS nummer, |
|
|
|
groep.naam AS groepsnaam'); |
|
|
|
groep.naam AS groepsnaam, |
|
|
|
|
|
|
|
groep.plaats AS plaats'); |
|
|
|
$this->db->from('subgroep'); |
|
|
|
$this->db->from('subgroep'); |
|
|
|
$this->db->where('subgroep.regioid', $this->session->regio); |
|
|
|
$this->db->where('subgroep.regioid', $this->session->regio); |
|
|
|
$this->db->where('subgroep.jaar', date('Y')); |
|
|
|
$this->db->where('subgroep.jaar', date('Y')); |
|
|
|