PRADO (framework)

PRADO
Developer(s) PRADO Group
Initial release September 1, 2004 (2004-09-01)
Stable release
3.3.2[1] / August 23, 2016 (2016-08-23)
Development status Active
Written in PHP
Operating system Cross-platform
Type Web framework
License Modified BSD License[2]
Website www.pradoframework.net

PRADO is an open source, object-oriented, event-driven, component-based PHP web framework. PRADO's name is an acronym derived from "PHP Rapid Application Development Object-oriented".[3]

History

The PRADO project was started by Qiang Xue, and was inspired by Apache Tapestry.[3] The framework also borrowed ideas from Borland Delphi and Microsoft's ASP.NET framework. The first public release of PRADO came out in June 2004, but was written using the very limited and now outdated PHP 4 object model, which caused many problems. Qiang then re-wrote the framework for the new PHP 5 object model, and won the Zend PHP 5 coding contest with it.

PRADO is a rapid application development (RAD) framework, and in its infancy has been criticized to not be ready for high-performance, high-traffic scenarios. Implementations of template and configuration caching in later PRADO revisions eliminated most performance bottlenecks in its architecture, making it suited for the creation of medium- to high-traffic websites, while still providing a rapid way amongst PHP frameworks for the development of interactive web pages and applications.

In the late 2008, Qiang unveiled the Yii framework, a conceptual redesign of PRADO, targeted to high-performance, high-traffic scenarios. The following maintenance and updates to the PRADO project have been handled by community members of the project gathering on the project's Google Code page.[4] Since 2013, the project has moved to GitHub.[5]

Features

PRADO features include the following:

Documentation

PRADO comes with a collection of official documentation, including a tutorial to develop a simple blog application, a reference guide describing all features, and a class reference for all properties, methods and events. The documentation is available in both HTML and Compiled HTML Help (.CHM) form.

Licensing

PRADO is released under a Modified BSD License, which enables free use of PRADO for developing both open-source and proprietary web applications, without requiring distribution of the source code of derived works.

See also

References

  1. "pradosoft/prado: Release 3.3.2". github.com. 2015-08-23. Retrieved 2016-09-03.
  2. http://www.pradoframework.net/license/
  3. 1 2 "About PRADO". Retrieved 11 March 2012.
  4. "prado3 - PRADO PHP Framework - Google Project Hosting". google.com.
  5. "pradosoft/prado". GitHub.
  6. "PRADO Documentation: Templates, Part I". pradoframework.net. Retrieved 2013-09-22.
  7. "PRADO Documentation: Master and Content". pradoframework.net. Retrieved 2013-09-22.
  8. 1 2 "PRADO Documentation: What is PRADO?". pradoframework.net. Retrieved 2013-09-22.
  9. "PRADO Documentation: Architecture". pradoframework.net. Retrieved 2013-09-22.
  10. "PRADO Documentation: Data Access Objects (DAO)". pradoframework.net. Retrieved 2013-09-22.
  11. "PRADO Documentation: Data Mapper". pradoframework.net. Retrieved 2013-09-22.
  12. "PRADO Documentation: Active Record". pradoframework.net. Retrieved 2013-09-22.
  13. "PRADO Documentation: Active Record Scaffold Views". pradoframework.net. Retrieved 2013-09-22.
  14. "PRADO Documentation: Javascript in PRADO, Questions and Answers". pradoframework.net. Retrieved 2013-09-22.
  15. "PRADO Documentation: Validation Controls". pradoframework.net. Retrieved 2013-09-22.
  16. "PRADO Documentation: Active Controls (AJAX enabled Controls)". pradoframework.net. Retrieved 2013-09-22.
  17. "PRADO Documentation: URL Mapping (Friendly URLs)". pradoframework.net. Retrieved 2013-09-22.
  18. "PRADO Documentation: Standard Controls". pradoframework.net. Retrieved 2013-09-22.
  19. "PRADO Documentation: List Controls". pradoframework.net. Retrieved 2013-09-22.
  20. "PRADO Documentation: Data Controls". pradoframework.net. Retrieved 2013-09-22.
  21. "PRADO Documentation: TDataGrid". pradoframework.net. Retrieved 2013-09-22.
  22. "PRADO Documentation: Authentication and Authorization". pradoframework.net. Retrieved 2013-09-22.
  23. "PRADO Documentation: Themes and Skins". pradoframework.net. Retrieved 2013-09-22.
  24. 1 2 "PRADO Documentation: Internationalization (I18N) and Localization (L10N)". pradoframework.net. Retrieved 2013-09-22.
  25. "PRADO Documentation: Performance Tuning". pradoframework.net. Retrieved 2013-09-22.
  26. "PRADO Documentation: New Features". pradoframework.net. Retrieved 2013-09-22.
  27. "PRADO Documentation: TClientScript". pradoframework.net. Retrieved 2013-09-22.
  28. "PRADO Documentation: Error Handling and Reporting". pradoframework.net. Retrieved 2013-09-22.
  29. "PRADO Documentation: Logging". pradoframework.net. Retrieved 2013-09-22.
  30. "PRADO Documentation: Security". pradoframework.net. Retrieved 2013-09-22.
  31. "PRADO GitHub: prado/tests at master - pradosoft/prado". pradoframework.net. Retrieved 2013-09-22.
  32. "PRADO GitHub: prado/tests/test_tools at master - pradosoft/prado". pradoframework.net. Retrieved 2013-09-22.
  33. "PRADO Documentation: Command Line Tool". pradoframework.net. Retrieved 2013-09-22.
  34. "PRADO Documentation: Application Configurations". pradoframework.net. Retrieved 2013-09-22.
  35. "PRADO Documentation: SOAP Service". pradoframework.net. Retrieved 2013-09-22.
  36. "PRADO Documentation: RPC Service". pradoframework.net. Retrieved 2013-09-22.
  37. "PRADO Wiki: How can I use PEAR libraries with PRADO?". pradosoft.com. Retrieved 2013-09-22.
  38. "PRADO Forum: HOWTO - PRADO and Zend Framework". pradosoft.com. Retrieved 2013-09-22.
This article is issued from Wikipedia - version of the 9/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.