summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/GettingStarted
diff options
context:
space:
mode:
authorwei <>2007-05-07 04:17:37 +0000
committerwei <>2007-05-07 04:17:37 +0000
commiteab6bb13b9efb3e1c6d725368368de4d74b00946 (patch)
tree57aa3462b6f18ad190527483e753dc148971bc63 /demos/quickstart/protected/pages/GettingStarted
parente91ac8550a4e6dfa255874860f108935841c16f6 (diff)
Update Active Record docs.
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/AboutPrado.page4
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/Introduction.page12
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/NewFeatures.page6
3 files changed, 11 insertions, 11 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page b/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
index 1d40a8d9..42e4346f 100644
--- a/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
+++ b/demos/quickstart/protected/pages/GettingStarted/AboutPrado.page
@@ -49,8 +49,8 @@ PRADO is often quoted as a unique framework. Its uniqueness mainly lies in the c
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>
-<p>
+<h2 id="4004">Is PRADO Stable Enough?</h2>
+<p id="20004" class="block-content">
Yes. PRADO was initially released in August 2004. Many test suites have been written and conducted frequently to ensure its quality. It has been used by thousands of developers and many Web applications have been developed based on it. Bugs and feature requests are managed through TRAC system and we have a great user community and development team to ensure all questions are answered in a timely fashion.
</p>
diff --git a/demos/quickstart/protected/pages/GettingStarted/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/Introduction.page
index f267d23d..3fd67d5d 100644
--- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page
+++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page
@@ -4,14 +4,14 @@
<p id="10001">
This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.x.
</p>
-<p>
+<p id="10001" class="block-content">
If you are an existing PRADO 3.x user and would like to learn what enhancements are available for each new version, please check out the <a href="?page=GettingStarted.NewFeatures">new features</a> page. Otherwise, the following sections are helpful for newbies.
</p>
<!--
<div class="start-page">
<div class="concepts start-block">
- <h2>How PRADO Works</h2>
- <p>Concepts and fundamentals</p>
+ <h2 id="2001">How PRADO Works</h2>
+ <p id="10002" class="block-content">Concepts and fundamentals</p>
<ol>
<li><a href="#">Building web applications with PRADO</a></li>
<li><a href="#">Web controls and events</a></li>
@@ -21,7 +21,7 @@ If you are an existing PRADO 3.x user and would like to learn what enhancements
</ol>
</div>
<div class="examples start-block">
- <h2>Examples and Demos</h2>
+ <h2 id="2002">Examples and Demos</h2>
<ul>
<li><a href="../helloworld/">Hello World</a></li>
<li><a href="../currency-convert/">Currency Converter</a></li>
@@ -30,13 +30,13 @@ If you are an existing PRADO 3.x user and would like to learn what enhancements
<li><a href="../chat/">AJAX Chat</a></li>
<li><a href="../time-tracker/">Project Time Tracker</a></li>
</ul>
- <p>More examples in <a href="?page=Controls.Standard">Standard Controls</a>,
+ <p id="10003" class="block-content">More examples in <a href="?page=Controls.Standard">Standard Controls</a>,
<a href="?page=Controls.Validation">Validation Controls</a> and
<a href="?page=Controls.Data">Data Controls</a>.
</div>
<div class="tutorials start-block">
- <h2>Tutorials and Help</h2>
+ <h2 id="2003">Tutorials and Help</h2>
<ul>
<li><a href="?page=GettingStarted.HelloWorld">Hello World in detail</a></li>
<li><a href="?page=Tutorial.CurrencyConverter">Currency Converter Tutorial</a></li>
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index 4aff6d47..2271bf75 100644
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -1,12 +1,12 @@
<com:TContent ID="body" >
-<h1>New Features</h1>
+<h1 id="8005">New Features</h1>
-<p>
+<p id="40005" class="block-content">
This page summarizes the main new features that are introduced in each PRADO release.
</p>
-<h2>Version 3.1.0</h2>
+<h2 id="8006">Version 3.1.0</h2>
<ul>
<li>Added seamless AJAX support. A whole array of AJAX-enabled controls, called active controls, are introduced. The usage of these active controls is very similar to their non-AJAX counterparts, i.e., plug in and use. For more details, see the tutorial about <a href="?page=ActiveControls.Home">active controls</a>.</li>