diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
| -rw-r--r-- | demos/quickstart/protected/pages/Configurations/AppConfig.page | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index b6bf89f5..dc4675f1 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -2,10 +2,10 @@  <h1>Application Configurations</h1>
  <p>
 -Application configurations are used to specify the global behavior of an application. This consists of specifying the paths, modules, services and parameters that will be used in an application.
 +Application configurations are used to specify the global behavior of an application. They include specification of path aliases, namespace usages, module and service configurations, and parameters.
  </p>
  <p>
 -Application configurations are stored in an XML file which is passed as a parameter to the <code>TApplication</code> instance. The format of application configurations is shown in the following,
 +Configuration for an application is stored in an XML file named <code>application.xml</code>, which should be located under the application base path. Its format is shown in the following,
  <pre class="source">
  <application PropertyName="PropertyValue" ...>
    <paths>
  | 
