示例#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();
     }
 }
示例#2
0
	function run_load_phase()
	{
		parent::run_load_phase();
		$this->add_required_field_comment();
	}