आपको एक ही तालिका में दो बार शामिल होने की आवश्यकता नहीं है। लेकिन केवल ON
extend को विस्तारित करने के लिए खंड:
$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');