From c9cbb1a2891543bff1c459af18c2c62f47a17d28 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 18 Nov 2005 00:46:02 +0000 Subject: --- framework/TApplication.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'framework/TApplication.php') diff --git a/framework/TApplication.php b/framework/TApplication.php index 9ac9a8a0..7c9de44a 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -58,10 +58,16 @@ require_once(PRADO_DIR.'/Web/Services/TPageService.php'); * the application, the modules, the services, the parameters, and so on. * * Examples: + * - Create and run a Prado application: * * $application=new TApplication($configFile); * $application->run(); * + * - The parsed application configuration file is cached. + * + * $application=new TApplication($configFile,$cacheFile); + * $application->run(); + * * * @author Qiang Xue * @version $Revision: $ $Date: $ -- cgit v1.2.3