Bạn không cần phải tham gia cùng một bảng hai lần mà chỉ cần mở rộng ON
mệnh đề:
$this->db->select();
$this->db->from('we');
$this->db->join('schedule', 'schedule.itemid = we.cid AND schedule.itemtype = \'testitem\'');
$this->db->where('we.isActive','Y');