summaryrefslogtreecommitdiff
path: root/index.html
blob: e35a5d631c0732b997e71f746db4b0e5ddae8720 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>PRADO Framework for PHP 5</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-language" content="en"/>
</head>

<body>
<h1>PRADO Framework for PHP 5 </h1>
<p>Version 3.2.4<br>
Copyright&copy; 2004-2014 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
All Rights Reserved.
</p>

<p>
PRADO is a component-based and event-driven framework for Web application development in PHP 5.
</p>
<p>
PRADO is best suitable for creating Web applications that are highly user-interactive. It can be used to develop systems as simple as a blog system to those as complex as a content management system (CMS) or a complete e-commerce solution. Because PRADO promotes object-oriented programming (OOP) through its component-based methodology, it fits extremely well for team work and enterprise development. Its event-driven programming pattern helps developers gain better focus on business logic rather than distracted by various tedious and repetitive low-level coding handling.
</p>
<p>
PRADO comes with many features that can cut down development time significantly. In particular, it provides a rich set of pluggable Web controls, complete database support including both active record and complex object mapper, seamless AJAX support, theme and skin, internationalization and localization, various caching solutions, security measures, and many other features that are seldom found in other programming frameworks.
</p>
<p>
Developers who have sufficient OOP experience will find PRADO is easy to learn and understand. In fact, PRADO shares many similarities with ASP.NET and other RAD kits for Windows GUI development, such as Borland Delphi and Microsoft Visual Basic.
</p>

<h2>Requirements</h2>
<p>
The sole requirement for PRADO is PHP 5.3.3 or higher. Please run <a href="requirements/index.php">requirement checker</a> to obtain more detailed requirement information.
</p>
<p>
PRADO has been tested with Apache 2.2 on both Windows XP, various Linux flavours and Mac OSX.
</p>

<h2>Installation</h2>
<p>
After downloading the latest PRADO release file, unpack it to a Web-accessible directory. The installation is done! You will see the following subdirectories:
</p>
<ul>
  <li>framework - contains the core code of PRADO. This is the only directory that you will need in order to deploy with your PRADO application. It does NOT need to reside in a Web-accessible directory.</li>
  <li>demos - contains PRADO demo applications.</li>
  <li>docs - contains tutorials and documentation about PRADO.</li>
  <li>editors - contains editor plugins for PRADO.</li>
  <li>requirements - contains a requirement checker script that can check if your system can run PRADO applications.</li>
  <li>tests - contains test tools that can be used to do unit test and functionality test about Web applications.</li>
</ul>

<h2>Included Demos</h2>
<ul>
  <li><a href="demos/helloworld/index.php">Hello World</a></li>
  <li><a href="demos/blog-tutorial/index.php">PRADO Blog Tutorial</a> (a good start point for new PRADO users)</li>
  <li><a href="demos/quickstart/index.php">PRADO QuickStart Tutorial</a> (a definitive PRADO guidance. It contains many small examples.)</li>
  <li><a href="demos/blog/index.php">PRADO Blog</a> (requires php_sqlite extension)</li>
  <li><a href="demos/time-tracker/index.php">Time Tracker</a> (requires php_pdo and php_pdo_mysql extensions)</li>
  <li><a href="demos/composer/index.php">PRADO Component Writer</a></li>
  <li><a href="demos/chat/index.php">Chat</a> (requires php_pdo and php_pdo_sqlite extensions)</li>
  <li><a href="demos/currency-converter/index.php">Currency Converter</a></li>
  <li><a href="demos/soap/index.php">SOAP</a> (requires php_soap extension)</li>
  <li><a href="demos/personal/index.php">Personal Website</a></li>
  <li><a href="demos/address-book/index.php">Flex Addressbook</a> (requires php_soap, php_pdo and php_pdo_sqlite extensions)</li>
  <!--<li><a href="demos/sqlmap/index.php">SqlMap Tutorial</a> (not completed yet)</li> -->
  <li><a href="demos/northwind-db/index.php">Northwind database</a> (requires php_pdo and php_pdo_sqlite extensions)</li>
</ul>

<h2>Editor Support</h2>
<p>
Extension/plugins for some text editors can be found under <b>editors/</b>.
These extension contains a tag library that enables the text editor to auto-complete
PRADO component tags when you use it to edit PRADO templates.
A Macromedia Dreamweaver extension can be found under <b>editors/Dreamweaver</b>.
A InType extension can be found under <b>editors/InType</b>.
A Notepad++ Dreamweaver extension can be found under <b>editors/NotepadPlus</b>.
A Textmate extension can be found under <b>editors/Textmate</b>.
</p>

<h2>Documentation</h2>
<ul>
<li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li>
<li><a href="docs/manual/index.html">API documentation (HTML)</a></li>
<li><a href="docs/sqlmap/sqlmap.pdf">SQLMap PHP DataMapper Tutorial (PDF)</a></li>
</ul>

<h2>Credits</h2>

<h3>Prado v3 Developer Team</h3>
<ul>
<li><a href="mailto:Christophe.Boulain@gmail.com">Christophe Boulain</a></li>
<li><a href="mailto:ctrlaltca@gmail.com">Fabio Bas</a></li>
<li><a href="mailto:rojaro@gmail.com">Robin J. Rogge</a></li>
<li><a href="mailto:ciromattia@gmail.com">Ciro Mattia Gonano</a></li>
</ul>

<h4>The following Team Members are currently inactive</h4>
<ul>
<li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a></li>
<li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a></li>
<li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a></li>
<li><a href="mailto:carlgmathisen@gmail.com">Carl Mathisen</a></li>
<li><a href="mailto:knut.urdalen@gmail.com">Knut Urdalen</a></li>
<li><a href="mailto:haertl.mike@googlemail.com">Michael Härtl</a></li>
<li><a href="mailto:eirikhm@gmail.com">Eirik Hoem</a></li>
<li><a href="mailto:godzilla80@gmx.net">Yves Berkholz</a></li>
<li><a href="mailto:kamikazeole@gmail.com">Ole Helgesen</a></li>
</ul>

<h3>Translations</h3>
<ul>
<li>Indonesian: Zaenal Mutaqin</li>
<li>French: Eric Marchetti</li>
<li>Japanese: Yoshinari Ueyama, Shinya Kawamura, Tsuchimoto Hiroki</li>
</ul>

<h3>Prado v2 Maintenance Team</h3>
<ul>
<li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a></li>
<li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a></li>
<li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a></li>
</ul>

<h3>Past Team Members</h3>
<ul>
<li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a></li>
<li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a></li>
<li><a href="mailto:alex@linium.net">Alex Flint</a></li>
<li><a href="mailto:luftyluft@gmail.com">Brian Luft</a></li>
<li><a href="mailto:j.todd.patrick@gmail.com">Todd Patrick</a></li>
<li><a href="mailto:pimvanderzwet@gmail.com">Pim van der Zwet</a></li>
<li><a href="mailto:tim.evans@gmail.com">Tim Evans</a></li>
<li><a href="mailto:johnteag@gmail.com">John Teague</a></li>
</ul>

<h3>Special Credits To</h3>
<ul>
<li>Stever for providing an Apple G3 notebook for testing safari browser issues.</li>
<li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li>
<li>Andres Adolfo Testi - original concept and naming for Active Controls.</li>
<li><a href="http://www.jackslocum.com/">Jack Slocum</a> - inspiration for the quickstart commenting system.</li>
<li>Cesar Ramos - Active Record driver for IBM DB2.</li>
<li>Sergey Morkovkin - TKeyboard control</li>
<li>Tomasz Wolny - TTabPanel control</li>
<li>All PRADO users - great suggestions, feedback and support</li>
<li>ASP.NET 2.0 for its great inspiration and reference</li>
<li>All <a href="framework/3rdParty/readme.html">third-party work</a> used in PRADO</li>
</ul>


<h2>License</h2>
<p>
The PRADO framework and the included demos are free software. They are released under
the terms of the following BSD License.
</p>
<p>
Copyright 2004-2014 by The PRADO Group (http://www.pradosoft.com)<br/>
All rights reserved.
</p>
<p>
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
</p>
<ul>
<li>Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer. </li>
<li>Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.</li>
<li>Neither the name of the PRADO Group nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.</li>
</ul>
<p>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
</p>
</body>
</html>