summaryrefslogtreecommitdiff
path: root/demos/site/protected/Pages/Documentation.page
blob: 977e6c238b0246e2364db8e57f6fc8e36d193544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<com:TContent ID="Main">

<div id="main">

<!---
<div style="float:right;">
<b>Class Finder</b> <input name="ctl0$main$ctl0$classEdit" type="text" id="ctl0_main_ctl0_classEdit" style="width:20em;" /><div id="ctl0_main_ctl0_classEdit_result" class="autocomplete"></div>
</div>
--->
<div id="navbar"> 
<ul>
<li><a href="<%$ DemoUrl %>/quickstart/">QuickStart</a></li>
<li><a href="<%$ DocsUrl %>/manual/">API Manual</a></li>
<!--- <li><a href="<%$ DocsUrl %>/tutorials/" class="active">Tutorials</a></li> --->
<!--- <li><a href="<%$ DocsUrl %>/classdoc/">Class Docs</a></li> --->
</ul>
</div>

<h2>API Manual</h2>

The <a href="<%$ DocsUrl %>/manual/">API Manual</a> contains the documentation for all the classes declared in PRADO.

<br/>
<br/>
<h2>Tutorials</h2>

<ul>
  <li><a href="<%$ DemoUrl %>/quickstart/">The QuickStart Tutorial</a> - This tutorial is a definitive guidance showing every aspect of PRADO. It is written in PRADO and contains many demos to show the usage of various PRADO controls. The tutorial is also available as a <a href="<%$ DocsUrl %>/quickstart.pdf">PDF file</a>.</li>
  <li><a href="<%$ DemoUrl %>/blog-tutorial/">The PRADO Blog Tutorial</a> - This tutorial shows how to use PRADO to build a complete Web application. Prior PRADO knowledge is not required.</li> 
  <li><a href="<%$ DemoUrl %>/sqlmap/">The SQLMap Tutorial</a> - This tutorial is a definitive guidance on how to use SQLMap (available since v3.1.0).</li>
</ul>
<!---
<h3>Screencasts</h3>
<ul>
  <li><a href="http://www.pradosoft.com/docs/movies/HelloWorld.mov">Hello World</a> (11.8MB, QuickTime): a short video on how to create the "Hello World" demo using PHP and PRADO 3.x.</li>
  <li><a href="http://www.pradosoft.com/docs/movies/blog/videos.html" target="_blank">The PRADO Blog Tutorial</a> (Flash plugin required): this is the complete PRADO blog tutorial in Flash format. Split over 6 videos to a sum of about 60 mins in total. Kudos to Wei Zhuo!</li> 
</ul>
--->

<div style="clear: both;"></div>
</div>

</com:TContent>