[ Index ] |
|
Code source de PRADO 3.0.6 |
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=iso-8859-1"> 6 </head> 7 8 <body> 9 <h1>PRADO Framework for PHP 5 </h1> 10 <p>Version 3.0.6, December 4, 2006<br> 11 Copyright© 2004-2006 by <a href="http://www.pradosoft.com/">PradoSoft</a><br> 12 All Rights Reserved. 13 </p> 14 15 <p>PRADO is a component-based and event-driven framework for Web application 16 development in PHP 5. </p> 17 <p>Components following the PRADO protocol are highly configurable and reusable. 18 Properties defining the basic features of a component can be configured in specifications, 19 templates or code. New components can be developed by either inheriting an existing 20 component class or composing several components together. The work of using 21 a component amounts to placing the component tag on the page template, configuring 22 component properties, and writing handler functions to respond to component 23 events.</p> 24 <p>PRADO shares many similarities with ASP.NET and other RAD tools for Windows 25 GUI development, such as Borland Delphi. In particular, it supports event-driven 26 programming, viewstate maintenance, javascript, template, form validations, theme/skin, 27 etc.</p> 28 29 <h2>Requirements</h2> 30 <p> 31 The sole requirement for PRADO is PHP 5.1.0 or higher. 32 Please run <a href="requirements/index.php">requirement checker</a> to obtain 33 more detailed requirement information. 34 </p> 35 <p> 36 PRADO has been tested with Apache 2.0 on both Windows XP and RedHat Linux. 37 </p> 38 39 <h2>Installation</h2> 40 <p> 41 After downloading the latest PRADO release file, unpack it to a Web-accessible directory. 42 The installation is done! You will see the following subdirectories, 43 </p> 44 <ul> 45 <li>framework - contains the core code of PRADO. This directory does NOT need 46 to reside in a Web directory.</li> 47 <li>demos - contains several demo applications.</li> 48 <li>docs - contains tutorials and documentation.</li> 49 <li>editors - contains editor support for PRADO.</li> 50 <li>requirements - contains a requirement checker script that can check if your 51 system can run PRADO applications.</li> 52 </ul> 53 54 <h2>Included Demos</h2> 55 <ul> 56 <li><a href="demos/helloworld/index.php">Hello World</a></li> 57 <li><a href="demos/quickstart/index.php">Prado QuickStart Tutorial</a> (contains many small demos)</li> 58 <li><a href="demos/blog/index.php">Prado Weblog</a> (requires sqlite extension) 59 <li><a href="demos/composer/index.php">Prado Component Writer</a></li> 60 <li><a href="demos/personal/index.php">Personal Website</a> (incomplete)</li> 61 </ul> 62 63 <h2>Editor Support</h2> 64 <p> 65 A Macromedia Dreamweaver extension can be found under <b>editors/Dreamweaver</b>. 66 This extension contains a tag library that enables Dreamweaver to auto-complete 67 PRADO component tags when you use it to edit PRADO templates. 68 </p> 69 70 <h2>Documentation</h2> 71 <ul> 72 <li><a href="docs/prado3_manual.chm">Integrated manual (CHM)</a>, including quickstart, API, class docs and wiki</li> 73 <li><a href="docs/quickstart.pdf">Quickstart tutorial (PDF)</a></li> 74 <li><a href="docs/manual/index.html">API documentation (HTML)</a></li> 75 </ul> 76 77 <h2>Credits</h2> 78 79 <h3>Prado v3 Developer Team</h3> 80 <ul> 81 <li><a href="mailto:qiang.xue@gmail.com">Qiang Xue</a></li> 82 <li><a href="mailto:weizhuo@gmail.com">Xiang Wei Zhuo</a></li> 83 <li><a href="mailto:jrags@jasrags.net">Jason Ragsdale</a></li> 84 <li><a href="mailto:alex@linium.net">Alex Flint</a></li> 85 <li><a href="mailto:nyeholt@optushome.com.au">Marcus Nyeholt</a></li> 86 <li><a href="mailto:luftyluft@gmail.com">Brian Luft</a></li> 87 <li><a href="mailto:carl@decart.no">Carl Mathisen</a></li> 88 <li><a href="mailto:compte_messagerie@hotmail.com">Alban Hanry</a></li> 89 <li><a href="mailto:knut.urdalen@telio.no">Knut Urdalen</a></li> 90 </ul> 91 92 <h3>Prado v2 Maintenance Team</h3> 93 <ul> 94 <li><a href="mailto:rodolfo@equinoxe.g-networks.net">Rodolfo Gonzales</a></li> 95 <li><a href="mailto:wkonkel@gmail.com">Warren Konkel</a></li> 96 <li><a href="mailto:jnavratil@houston.rr.com">John Navratil</a></li> 97 </ul> 98 99 <h3>Past Team Members</h3> 100 <ul> 101 <li><a href="mailto:j.todd.patrick@gmail.com">Todd Patrick</a></li> 102 <li><a href="mailto:pimvanderzwet@gmail.com">Pim van der Zwet</a></li> 103 <li><a href="mailto:tim.evans@gmail.com">Tim Evans</a></li> 104 <li><a href="mailto:johnteag@gmail.com">John Teague</a></li> 105 </ul> 106 107 <h3>Special Credits To</h3> 108 <ul> 109 <li>Stanislav Yordanov - the script of generating Dreameweaver extension for PRADO</li> 110 <li>All PRADO users - great suggestions, feedback and support</li> 111 <li>ASP.NET 2.0 for its great inspiration and reference</li> 112 <li>All <a href="framework/3rdParty/readme.html">third-party work</a> used in PRADO</li> 113 </ul> 114 115 116 <h2>License</h2> 117 <p> 118 The PRADO framework and the included demos are freeware. They are released under 119 the terms of the following BSD License. 120 </p> 121 <p> 122 Copyright 2004-2006 by The PRADO Group (http://www.pradosoft.com)<br/> 123 All rights reserved. 124 </p> 125 <p> 126 Redistribution and use in source and binary forms, with or without modification, 127 are permitted provided that the following conditions are met: 128 </p> 129 <ul> 130 <li>Redistributions of source code must retain the above copyright notice, this 131 list of conditions and the following disclaimer. </li> 132 <li>Redistributions in binary form must reproduce the above copyright notice, 133 this list of conditions and the following disclaimer in the documentation and/or 134 other materials provided with the distribution.</li> 135 <li>Neither the name of the PRADO Group nor the names of its contributors may be 136 used to endorse or promote products derived from this software without specific 137 prior written permission.</li> 138 </ul> 139 <p> 140 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 141 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 142 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 143 IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 144 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 145 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 146 OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 147 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 148 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 149 OF SUCH DAMAGE. 150 </p> 151 </body> 152 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |