summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
diff options
context:
space:
mode:
authorxue <>2007-02-13 17:30:23 +0000
committerxue <>2007-02-13 17:30:23 +0000
commitbe4ce14eed73ddfba800ff66af3839d779477ee2 (patch)
treefa92a6ede709e7a6deffe672bd265efd2fab2c33 /demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
parent5cc140ee165068dcb980e13dc84b0e27a738533c (diff)
typo fix again.
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted/AboutPrado.page')
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/AboutPrado.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page b/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
index 8ecdbb0a..19278cdb 100644
--- a/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
+++ b/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
@@ -46,7 +46,7 @@ PRADO comes with a complete set of caching techniques which help accelerate PRAD
PRADO is often quoted as a unique framework. Its uniqueness mainly lies in the component-based and event-driven programming paradigm that it tries to promote. Although this programming paradigm is not new in desktop application programming and not new in a few Web programming languages, PRADO is perhaps the first PHP framework enabling it.
</p>
<p id="20013" class="block-content">
-Most PHP frameworks mainly focuses on separating presentation and logic and promotes the MVC (model-view-controller) design pattern. PRADO achieves the same goal naturally by requiring logic be stored in classes and presentation in templates. PRADO does much more on aspects other than MCVC. It fills lot of blank area in PHP Web programming with its component-based programming paradigm, its rich set of Web controls, its powerful database support, its flexible error handling and logging feature, and many others.
+Most PHP frameworks mainly focuses on separating presentation and logic and promotes the MVC (model-view-controller) design pattern. PRADO achieves the same goal naturally by requiring logic be stored in classes and presentation in templates. PRADO does much more on aspects other than MVC. It fills lot of blank area in PHP Web programming with its component-based programming paradigm, its rich set of Web controls, its powerful database support, its flexible error handling and logging feature, and many others.
</p>
<h2>Is PRADO Stable Enough?</h2>