PRADO 3.1.0 Beta

Posted on April 22nd, 2007 in Development, Frameworks, Libraries, Programming | No Comments »

Version 3.1.0 of the PRADO PHP framework has gone into beta. PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5. The beta, as well as support forums and documentation can be found at the official PRADO website.

We are proud to announce the BETA release of PRADO 3.1.0. This is the result of nearly one year of hard work from the PRADO Group and represents a major milestone in the PRADO development. We hereby thank all PRADO developers and supporters. Please note, since this is a beta release, part of the code (especially those related with new features) may not be stable and are subject to change. Be very cautious if you intend to use this release in a production environment.

WHAT’S NEW IN THIS RELEASE
- DB access: added three layers of database support, including PDO-based data access, Active Record and SqlMap.
- Active controls: a list of AJAX-enabled Web controls.
- Web services: added SOAP and JSON services.
- TOutputCache: a control that caches selective parts of rendered HTML pages and can improve performance significantly.
- TShellApplication: the base class for PRADO command line application
- TDbCache: a generic cache module using database as persistent storage
- TDbUserManager: a database-driven user manager module
- TClientScriptLoader: a control for loading JavaScript libraries
- Added five new demos, including chat, currency-converter, soap, sqlmap and time-tracker.
- Many minor feature enhancements and bug fixes.

jQuery

Posted on July 15th, 2006 in Development, Libraries, Programming | No Comments »

jQuery

jQuery is a new type of Javascript library. It is not a huge, bloated, framework promising the best in AJAX - nor is just a set of needlessly complex enhancements - jQuery is designed to change the way that you write Javascript.

PRADO 3.0.1 released

Posted on June 13th, 2006 in Development, Frameworks, Libraries, Programming | No Comments »

From the PRADO development team:

We are pleased to announce that PRADO version 3.0.1 is formally released!

Version 3.0.1 contains about 10 bug fixes and many small enhancements. It also includes a complete weblog demo which should be a good starting point for PRADO users to develop complex Web applications. A few supporting components are also added in this release.

PRADO v3.0.1 may be downloaded at http://www.pradosoft.com/download/.