From 4374bbe9aa2bf242c342ab4694c9c90303b5bc58 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 1 Apr 2006 17:43:25 +0000 Subject: Fixed a few typo in tutorial. --- UPGRADE | 10 +++++++++- demos/quickstart/protected/pages/Advanced/Logging.page | 6 +++--- demos/quickstart/protected/pages/Advanced/Performance.page | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/UPGRADE b/UPGRADE index 755a475a..a811738d 100644 --- a/UPGRADE +++ b/UPGRADE @@ -2,9 +2,15 @@ Upgrading Instructions for PRADO Framework v3.0RC1 ================================================== +!!!IMPORTANT!!! + +After upgrading, remember to delete everything under +your PRADO application's cache and runtime directories. + + The following upgrading instructions are cumulative. That is, if you want to upgrade from version A to version C and there is -version B between A and C, then you need to following instructions +version B between A and C, you need to following the instructions for both A and B. @@ -20,10 +26,12 @@ Upgrading from v3.0b TXmlDocument is moved to System.Xml TLogger, TLogRouter, TDataFieldAccessor, TSimpleDateFormatter are moved to System.Util + Upgrading from v3.0a -------------------- All event names must start with 'On'. + Upgrading from v2.x and v1.x ---------------------------- PRADO v3.x is not backward compatible with v2.x and v1.x. \ No newline at end of file diff --git a/demos/quickstart/protected/pages/Advanced/Logging.page b/demos/quickstart/protected/pages/Advanced/Logging.page index a9f6ac4e..ec3e7879 100644 --- a/demos/quickstart/protected/pages/Advanced/Logging.page +++ b/demos/quickstart/protected/pages/Advanced/Logging.page @@ -20,7 +20,7 @@ The difference between Prado::log() and Prado::trace() is tha

Message Routing

-Messages logged using the above two functions are kept in memory. To make use of the messages, developers need to route them to specific destinations, such as files, emails, or browser windows. The message routing is managed by System.Log.TLogRouter module. When plugged into an application, it can route the messages to different destination in parallel. Currently, PRADO provides three types of routes: +Messages logged using the above two functions are kept in memory. To make use of the messages, developers need to route them to specific destinations, such as files, emails, or browser windows. The message routing is managed by System.Util.TLogRouter module. When plugged into an application, it can route the messages to different destination in parallel. Currently, PRADO provides three types of routes: