From d8849c6e3394708fa526a7d2e21f4f5de79736d1 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 27 Jan 2006 20:15:19 +0000 Subject: Added Logging page to quickstart tutorial. --- demos/quickstart/protected/pages/Advanced/Performance.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Advanced/Performance.page') diff --git a/demos/quickstart/protected/pages/Advanced/Performance.page b/demos/quickstart/protected/pages/Advanced/Performance.page index 8b10da56..dda6ad82 100644 --- a/demos/quickstart/protected/pages/Advanced/Performance.page +++ b/demos/quickstart/protected/pages/Advanced/Performance.page @@ -35,7 +35,7 @@ where $keyName should be a string that uniquely identifies the data ite

Using pradolite.php

-Including many PHP script files may impact application performance significantly. PRADO classes are stored in different files and when processing a page request, it may require including tens of class files.To alleviate this problem, in each PRADO release, a file named pradolite.php is also included. The file is a merge of all core PRADO class files whose comments are also stripped off. +Including many PHP script files may impact application performance significantly. PRADO classes are stored in different files and when processing a page request, it may require including tens of class files.To alleviate this problem, in each PRADO release, a file named pradolite.php is also included. The file is a merge of all core PRADO class files with comments being stripped off and message logging removed.

To use pradolite.php, in your application entry script, replace the inclusion of prado.php with pradolite.php. -- cgit v1.2.3