コード例 #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
ファイル: default.php プロジェクト: natepixel/reason_package
	function run_load_phase()
	{
		parent::run_load_phase();
		$this->add_required_field_comment();
	}