|
|
@ -52,7 +52,7 @@ class Edit_model extends CI_Model |
|
|
|
|
|
|
|
|
|
|
|
public function get_subgroepen() |
|
|
|
public function get_subgroepen() |
|
|
|
{ |
|
|
|
{ |
|
|
|
$this->db->select('id, naam, themanaam'); |
|
|
|
$this->db->select('id, naam, themanaam, nummer'); |
|
|
|
$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')); |
|
|
|