PRADO Framework for PHP 5

Version 3.3.2
Copyright© 2004-2016 by The PRADO Group
All Rights Reserved.

PRADO is a component-based and event-driven framework for Web application development in PHP 5.

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.

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.

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.

Requirements

The sole requirement for PRADO is PHP 5.3.3 or higher. Please run requirement checker to obtain more detailed requirement information.

PRADO has been tested with Apache on both Windows XP, various Linux flavours and Mac OSX.

Installation

After downloading the latest PRADO release file, unpack it to a Web-accessible directory. The installation is done! You will see the following subdirectories:

Included Demos

Editor Support

Extension/plugins for some text editors can be found under editors/. 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 editors/Dreamweaver. A InType extension can be found under editors/InType. A Notepad++ Dreamweaver extension can be found under editors/NotepadPlus. A Textmate extension can be found under editors/Textmate.

Documentation

Credits

Prado v3 Developer Team

The following Team Members are currently inactive

Translations

Prado v2 Maintenance Team

Past Team Members

Special Credits To

License

The PRADO framework and the included demos are free software. They are released under the terms of the following BSD License.

Copyright 2004-2016 by The PRADO Group (https://github.com/pradosoft)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

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.