public function destek($where = array()) { return $this->db->join('kullanici', 'kullanici.kullanici_id = talep.kullanici_id')->where($where)->get('talep')->row(); }