Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->opo_app_config = Configuration::load();
     $vs_external_app_config_path = $this->opo_app_config->get('external_applications');
     $this->opo_external_app_config = Configuration::load($vs_external_app_config_path);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->opo_config = Configuration::load();
     $this->opo_search_config = Configuration::load($this->opo_config->get('search_config'));
     $this->opo_datamodel = Datamodel::load();
     $this->ops_encoding = $this->opo_config->get('character_set');
     $this->opo_db = new Db();
     $this->init();
     parent::__construct();
 }
Exemplo n.º 3
0
 public function __construct($pa_hits, $pn_table_num)
 {
     parent::__construct();
     $this->opn_subject_tablenum = $pn_table_num;
     $this->setHits($pa_hits);
 }