All pastes #292909 Raw Edit

Mine

public text v1 · immutable
#292909 ·published 2006-12-27 00:40 UTC
rendered paste body
<configurations parent="%core.system_config_dir%/config_handlers.xml">
<!--
	+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
	| Register your custom configuration handlers here. Or register an existing  |
	| handler with a new filename! Registering handlers does not slow down the   |
	| application because they are only loaded when a configuration file needs   |
	| to be recompiled into a cache file. To be safe, you should register them   |
	| with a relative path associated so they don't get confused with somebody   |
	| elses module configuration files with the same base name.                  |
	+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
	<configuration environment="development">
		<handlers>
			<handler pattern="%core.module_dir%/CoolModule/config/cool.xml">
				<class file="%core.module_dir%/CoolModule/lib/CoolConfigurationHandler.class.php">CoolConfigHandler</class>
				<parameters>
					<parameter name="title">Cool Module</parameter>
				</parameters>
			</handler>
		</handlers>
	</configuration>
-->
	<configuration environment="development">
		<handlers>
			<handler pattern="%core.system_config_dir%/ths_settings.xml">
				<class file="%core.app_dir%/lib/ConfigDirectivesConfigHandler.class.php">ConfigDirectivesConfigHandler</class>
				<parameters>
					<parameter name="title">THS Settings</parameter>
				</parameters>
			</handler>
		</handlers>
	</configuration>
</configurations>