loadViews('Dashboard', NULL); } /** * This function used to load the Dashboard page */ function Dashboard() { $this->loadViews('Dashboard', NULL); } function country_master(){ $this->loadViews('country_master',NULL); } function city_master(){ $this->loadViews('city_master',NULL); } function visa_type_master(){ $this->loadViews('visa_type_master',NULL); } function document_master(){ $this->loadViews('document_upload',NULL); } function country_visa_details(){ $this->loadViews('country_visa_details',NULL); } } ?>