My model
public function get_payscale() { $this->db->from(\'payscale P\')->join(\'employee E\',\'E.employee_id = P.employee_id \'); $this-&g
Not sure with exact syntax but something like below will work for you.
$this->db->where('year(Start_Date),year(curdate())'); $this->db->where('month(Start_Date),month(curdate())');