public function __construct()
 {
     parent::__construct();
     $this->load->model('database/postgis_model');
     $this->layout = 'fullscreenedit';
     $this->ctrlpath = 'admin/' . $this->router->fetch_class();
     $this->listpgplaceview = 'admin/place/adminpgplacerecordsfscreen';
     $this->pgplacectrl = 'admin/adminpgplace';
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->model('database/postgis_model');
     $this->load->model('layer_model');
     $this->layout = 'registered';
     $this->ctrlpath = 'user/' . $this->router->fetch_class();
     $this->listpgplaceview = 'admin/place/adminpgplacerecords';
     $this->fullscreenctrl = 'user/managefullscreenpgplace';
     $this->dataexplorerctrlpath = 'user/userdataexplorer';
 }