From 6378fdf3eea7fd3bd00b590441b28c5b4915df5a Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 28 Dec 2005 21:16:40 +0000 Subject: --- demos/quickstart/protected/pages/Fundamentals/Applications.page | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos/quickstart') diff --git a/demos/quickstart/protected/pages/Fundamentals/Applications.page b/demos/quickstart/protected/pages/Fundamentals/Applications.page index df1418fb..f438e3d4 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Applications.page +++ b/demos/quickstart/protected/pages/Fundamentals/Applications.page @@ -17,6 +17,7 @@ where the method run() starts the application to handle user requests.

Directory Organization

A minimal PRADO application contains two files: an entry file and a page template file. They must be organized as follows, +

-

+

A product PRADO application usually needs more files. It may include an application configuration file named application.xml under the application base path protected. The pages may be organized in directories, some of which may contain page configuration files named config.xml. Fore more details, please see configurations section.

-- cgit v1.2.3