diff options
| author | wei <> | 2007-02-27 23:48:49 +0000 | 
|---|---|---|
| committer | wei <> | 2007-02-27 23:48:49 +0000 | 
| commit | 7a9626af3bef5c712901597065745d9572c3f097 (patch) | |
| tree | b63b6c5ef530004ac40d57c2b58ddca773bea05d /demos/quickstart/protected/pages/GettingStarted | |
| parent | 4c86659bc90d9134b0f901572c5417aa7d9cec18 (diff) | |
BC: Deprecate TActiveRecord::getRecordFinder() in favour of TActiveRecord::finder().
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
| -rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/Introduction.page | 39 | 
1 files changed, 39 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/Introduction.page b/demos/quickstart/protected/pages/GettingStarted/Introduction.page index 87a54f0b..0871921a 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Introduction.page +++ b/demos/quickstart/protected/pages/GettingStarted/Introduction.page @@ -4,6 +4,45 @@  <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>
 +<div class="start-page">
 +	<div class="concepts start-block">
 +	<h2>How Prado Works</h2>
 +	<p>Concepts and fundamentals</p>
 +	<ol>
 +		<li><a href="#">Building web applications with Prado</a></li>
 +		<li><a href="#">Web controls and events</a></li>
 +		<li><a href="#">Validating user input</a></li>
 +		<li><a href="#">Connecting to your database</a></li>
 +		<li><a href="#">Displaying data from database</a></li>
 +	</ol>
 +	</div>
 +	<div class="examples start-block">
 +	<h2>Examples and Demos</h2>
 +	<ul>
 +		<li><a href="../helloworld/">Hello World</a></li>
 +		<li><a href="../currency-convert/">Currency Converter</a></li>
 +		<li><a href="../address-book/">Address Book</a></li>
 +		<li><a href="../blog/">Blog</a></li>
 +		<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>,
 +	<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>
 +	<ul>
 +		<li><a href="?page=GettingStarted.HelloWorld">Hello World in detail</a></li>
 +		<li><a href="?page=Tutorial.CurrencyConverter">Currency Converter Tutorial</a></li>
 +		<li><a href="?page=Tutorial.AddressBook">Address Book Tutorial</a></li>
 +		<li><a href="?page=Tutorial.AjaxChat">AJAX Chat Tutorial</a></li>
 +	</ul>
 +	</div>
 +</div>
 +
 +
  <p id="10002">
  You may refer to the following resources if you find this tutorial does not fulfill all your needs.
  </p>
  | 
