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.

Digg: Five common PHP design patterns

Posted on July 19th, 2006 in Development, Digg, Programming | No Comments »

Digg: Five common PHP design patterns

This article explains five widely used design patterns in PHP with sample code to demonstrate each pattern. Intermediate level.

Digg: Open-source LAMP a beacon to developers

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

Digg: Open-source LAMP a beacon to developers

The so-called LAMP stack of open-source software–which includes the Linux operating system, Apache Web server, MySQL database and scripting languages PHP, Perl or Python–is pushing its way into mainstream corporate computing.

Top 10 Web Developer Libraries

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


Top 10 web dev libraries

I decided to make a list of the top libraries that I have come across or that I personally use. Libraries can be a web developers best friend. They are great resources to learn from and can save hours and hours of time. These libraries include JavaScript, Ajax, Colors, PHP, and CSS. These should be in any web developers bookmarks, so go ahead and look through these libraries and bookmark your favorite ones. The list is in no particular order.

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/.