예제 #1
0
파일: coren.php 프로젝트: nolar/coren
		self::work_stage('apply_xslt_to_data');
		self::work_stage('generate_response' );
	}
	catch (coren_exception_abort_work $exception)
	{
		/* do nothing here: just silently exit from coren */
	}
	catch (exception $exception)
	{
		self::work_fatal($exception);
	}
/*rts*/	self::rts_print();
}
#
####################################################################################################
##############################  E N D    O F    M A I N    C L A S S  ##############################
####################################################################################################
#
}
#
####################################################################################################
####################################################################################################
####################################################################################################
#
//NB: this is not an exit() from the script, but a valid return value for include/require statement.
return defined('COREN_DECLARE_ONLY') && COREN_DECLARE_ONLY ? null : coren::_work_();
#
####################################################################################################
####################################################################################################
####################################################################################################
?>