read($sql, []); $db_country=array_column($db_country, "country"); $db_country=array_fill_keys($db_country, 1); $this->countries=Code::getData(); $this->countries=array_intersect_key($this->countries, $db_country); $this->render(); } }