Ejemplo n.º 1
0
 function run()
 {
     $this->init();
     if ($this->_use_db_connection_string) {
         $this->disco_db_connect();
     }
     parent::run_load_phase();
     parent::run_process_phase();
     parent::run_display_phase();
     if ($this->_use_db_connection_string) {
         $this->disco_db_disconnect();
     }
 }