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