Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
<title>PRADO Framework for PHP 5</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6
<meta http-equiv="content-language" content="en"/>
7
</head>
8
 
9
<body>
10
<h1>PRADO Framework for PHP 5 </h1>
11
<p>Version 3.1.4, January 11, 2009<br>
12
Copyright&copy; 2004-2009 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
13
All Rights Reserved.
14
</p>
15
 
16
<p>
17
PRADO is a component-based and event-driven framework for Web application development in PHP 5.
18
</p>
19
<p>
20
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.
21
</p>
22
<p>
23
PRADO comes with many features that can cut down development time signficantly. 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.
24
</p>
25
<p>
26
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.
27
</p>
28
 
29
<h2>Requirements</h2>
30
<p>
31
The sole requirement for PRADO is PHP 5.1.0 or higher. Please run <a href="requirements/index.php">requirement checker</a> to obtain more detailed requirement information.
32
</p>
33
<p>
34
PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux.
35
</p>
36
 
37
<h2>Installation</h2>
38
<p>
39
After downloading the latest PRADO release file, unpack it to a Web-accessible directory. The installation is done! You will see the following subdirectories:
40
</p>
41
<ul>
42
  <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>
43
  <li>demos - contains PRADO demo applications.</li>
44
  <li>docs - contains tutorials and documentation about PRADO.</li>
45
  <li>editors - contains editor plugins for PRADO.</li>
46
  <li>requirements - contains a requirement checker script that can check if your system can run PRADO applications.</li>
47
  <li>tests - contains test tools that can be used to do unit test and functionality test about Web applications.</li>
48
</ul>
49
 
50
<h2>Included Demos</h2>
51
<ul>
52
  <li><a href="demos/helloworld/index.php">Hello World</a></li>
53
  <li><a href="demos/blog-tutorial/index.php">PRADO Blog Tutorial</a> (a good start point for new PRADO users)</li>
54
  <li><a href="demos/quickstart/index.php">PRADO QuickStart Tutorial</a> (a definitive PRADO guidance. It contains many small examples.)</li>
55
  <li><a href="demos/blog/index.php">PRADO Blog</a> (requires php_sqlite extension)</li>
56
  <li><a href="demos/time-tracker/index.php">Time Tracker</a> (requires php_pdo and php_pdo_mysql extensions)</li>
57
  <li><a href="demos/composer/index.php">PRADO Component Writer</a></li>
58
  <li><a href="demos/chat/index.php">Chat</a> (requires php_pdo and php_pdo_sqlite extensions)</li>
59
  <li><a href="demos/currency-converter/index.php">Currency Converter</a></li>
60
  <li><a href="demos/soap/index.php">SOAP</a> (requires php_soap extension)</li>
61
  <li><a href="demos/personal/index.php">Personal Website</a></li>
62
  <li><a href="demos/address-book/index.php">Flex Addressbook</a> (requires php_soap, php_pdo and php_pdo_sqlite extensions)</li>
63
  <!--<li><a href="demos/sqlmap/index.php">SqlMap Tutorial</a> (not completed yet)</li> -->
64
  <li><a href="demos/northwind-db/index.php">Northwind database</a> (requires php_pdo and php_pdo_sqlite extensions)</li>
65
</ul>
66
 
67
<h2>Editor Support</h2>
68
<p>
69
A Macromedia Dreamweaver extension can be found under <b>editors/Dreamweaver</b>.
70
This extension contains a tag library that enables Dreamweaver to auto-complete
71
PRADO component tags when you use it to edit PRADO templates.
72
</p>
73
 
74
<h2>Documentation</h2>
75
<ul>
76
<li><a href="docs/prado3_manual.chm">Integrated manual (CHM)</a>, including quickstart, API, class docs and wiki</li>
77
<li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li>
78
<li><a href="docs/manual/index.html">API documentation (HTML)</a></li>
79
<li><a href="docs/sqlmap/sqlmap.pdf">SQLMap PHP DataMapper Tutorial (PDF)</a></li>
80
</ul>
81
 
82
<h2>Credits</h2>
83
 
84
<h3>Prado v3 Developer Team</h3>
85
<ul>
86
<li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a></li>
87
<li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a></li>
88
<li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a></li>
89
<li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a></li>
90
<li><a href="mailto:carlgmathisen@gmail.com">Carl Mathisen</a></li>
91
<li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a></li>
92
<li><a href="mailto:knut.urdalen@gmail.com">Knut Urdalen</a></li>
93
<li><a href="mailto:Christophe.Boulain@gmail.com">Christophe Boulain</a></li>
94
<li><a href="mailto:mh@m-h-it.de">Michael Härtl</a></li>
95
</ul>
96
 
97
<h3>Translations</h3>
98
<ul>
99
<li>Indonesian: Zaenal Mutaqin</li>
100
<li>French: Eric Marchetti</li>
101
<li>Japanese: Yoshinari Ueyama, Shinya Kawamura, Tsuchimoto Hiroki</li>
102
</ul>
103
 
104
<h3>Prado v2 Maintenance Team</h3>
105
<ul>
106
<li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a></li>
107
<li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a></li>
108
<li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a></li>
109
</ul>
110
 
111
<h3>Past Team Members</h3>
112
<ul>
113
<li><a href="mailto:alex@linium.net">Alex Flint</a></li>
114
<li><a href="mailto:luftyluft@gmail.com">Brian Luft</a></li>
115
<li><a href="mailto:j.todd.patrick@gmail.com">Todd Patrick</a></li>
116
<li><a href="mailto:pimvanderzwet@gmail.com">Pim van der Zwet</a></li>
117
<li><a href="mailto:tim.evans@gmail.com">Tim Evans</a></li>
118
<li><a href="mailto:johnteag@gmail.com">John Teague</a></li>
119
</ul>
120
 
121
<h3>Special Credits To</h3>
122
<ul>
123
<li>Stever for providing an Apple G3 notebook for testing safari browser issues.</li>
124
<li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li>
125
<li>Andres Adolfo Testi - original concept and naming for Active Controls.</li>
126
<li><a href="http://www.jackslocum.com/">Jack Slocum</a> - inspiration for the quickstart commenting system.</li>
127
<li>Cesar Ramos - Active Record driver for IBM DB2.</li>
128
<li>Sergey Morkovkin - TKeyboard control</li>
129
<li>Tomasz Wolny - TTabPanel control</li>
130
<li>All PRADO users - great suggestions, feedback and support</li>
131
<li>ASP.NET 2.0 for its great inspiration and reference</li>
132
<li>All <a href="framework/3rdParty/readme.html">third-party work</a> used in PRADO</li>
133
</ul>
134
 
135
 
136
<h2>License</h2>
137
<p>
138
The PRADO framework and the included demos are free software. They are released under
139
the terms of the following BSD License.
140
</p>
141
<p>
142
Copyright 2004-2008 by The PRADO Group (http://www.pradosoft.com)<br/>
143
All rights reserved.
144
</p>
145
<p>
146
Redistribution and use in source and binary forms, with or without modification,
147
are permitted provided that the following conditions are met:
148
</p>
149
<ul>
150
<li>Redistributions of source code must retain the above copyright notice, this
151
list of conditions and the following disclaimer. </li>
152
<li>Redistributions in binary form must reproduce the above copyright notice,
153
this list of conditions and the following disclaimer in the documentation and/or
154
other materials provided with the distribution.</li>
155
<li>Neither the name of the PRADO Group nor the names of its contributors may be
156
used to endorse or promote products derived from this software without specific
157
prior written permission.</li>
158
</ul>
159
<p>
160
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
161
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
162
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
163
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
164
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
165
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
166
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
167
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
168
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
169
OF SUCH DAMAGE.
170
</p>
171
</body>
172
</html>