From 658a7e1c4cf5a53dcd61ee196658090d00f2d64a Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 29 Dec 2005 11:52:31 +0000 Subject: Used THighlighter to show code fragments. --- .../protected/pages/Configurations/AppConfig.page | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'demos/quickstart/protected/pages/Configurations/AppConfig.page') diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index 101e449c..127f74a4 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -6,32 +6,32 @@ Application configurations are used to specify the global behavior of an applica
Configuration for an application is stored in an XML file named application.xml, which should be located under the application base path. Its format is shown in the following, -
-<application PropertyName="PropertyValue" ...> - <paths> - <alias id="AliasID" path="AliasPath" /> - <using namespace="Namespace" /> - </paths> - <modules> - <module id="ModuleID" class="ModuleClass" PropertyName="PropertyValue" ... /> - </modules> - <services> - <service id="ServiceID" class="ServiceClass" PropertyName="PropertyValue" ... /> - </services> - <parameters> - <parameter id="ParameterID" class="ParameterClass" PropertyName="PropertyValue" ... /> - </parameters> -</application> -+
-<parameter id="ParameterID">ParameterValue</parameter> -+