onPHP5.com

PHP5: Articles, News, Tutorials, Interviews, Software and more
  
Featured Article:
Learning PHP Data Objects
 
 
Mon, 12 May 2008
 Home   About   Contribute   Contact Us   Polls 
Top Tags
article book conference mysql mysqli news onphp5 oop pdo php5 poll prado security solar symfony unicode zend zend core zend framework zend platform
More tags »

Not logged in
Login | Register

PRADO version 3.1.2 released

Happy 2008! »

By dennisp on Tuesday, 22 April 2008, 07:17
Published under: news   prado
Views: 237, comments: 0

PRADO development team has just announced the release of version 3.1.2 of their framework


Quoting the announcement:

We are proud to announce the formal release of PRADO 3.1.2.
This is a feature enhancement and bug fix release over the previous release.
In this release, we enhanced the functionality of Active Record about
relational object support; we added a few more components and Web controls;
in addition to many minor enhancements, we also fixed about thirty bugs that
were found in the previous releases.

WHAT'S NEW IN THIS RELEASE

* Fixed about 30 bugs
* Included about a dozen minor enhancements
* Added these new components: TDbLogRoute, TDataRenderer, TItemDataRenderer,
THtmlElement, TXCache, TActivePager, TFirebugLogRoute

COMPATIBILITY INFORMATION

Please see the upgrade instructions included in the release.
The following changes introduced in this release need particular attention:

* The RELATIONS type declaration in Active Record classes for Many-to-Many using
an association table was change from "self::HAS_MANY" to "self::MANY_TO_MANY".
E.g. change
'albums' => array(self::HAS_MANY, 'Artist', 'album_artists')
to
'albums' => array(self::MANY_TO_MANY, 'Artist', 'album_artists')
* Active Record no longer automatically adds/removes/updates related objects.
* 'Raw' mode for TCheckboxList and TRadioButtonList (and their active counter parts) now render
a surrounding tag to allow client scripts to identify them with the ClientId. You may
have to check your CSS.

The new release can be downloaded here.

PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5.

Related articles

Prado 3.1.0 Released
Prado 3.0.7 Released
Prado 3.1.0 Beta Released
Prado 3.1.1 Released
Prado 3.1.0 Alpha Released
Prado 3.1.0 RC Released
Symfony 1.0.5 Released
Zend Framework 1.0.0 RC2 Released
PHP Version 5.2.3 Released
Zend Framework 1.0.0 Production Released
Symfony 1.0.4 Released
Zend Framework 1.0.0 RC3 Released
CodeIgniter 1.5.4 Released
Zend Framework 1.0.2 Released
PHP Version 5.2.5 Released
Zend Framework 1.0.3 Released
2008 PHP Quebec Conference Call for Papers
PHP Version 5.2.4 Released
Zend Framework 1.0.1 Released
PHP Version 5.2.4 (RC1) Released for Testing
Symfony 1.0.6 Released
Zend Framework 1.0.0 RC1 Released
Zend Core 2.0.1 for Oracle and IBM Released
PHP Version 5.2.1 Released
Zend Platform 3.0 Released
Symfony 1.0 Released
Solar 0.26.0 Released
PHP Conference UK 2007 Registration Open
Zend Platform 3.0 Beta for Windows Released
Symfony 1.0 Beta 4 Released
International PHP Conference Call for Papers Announced
Zend Framework 0.8.0 Released
Solar 0.27.0 and 0.27.1 Released
Symfony 1.0.2 Released
PHP Version 5.2.2 Released
Zend Framework 0.9.3 Beta Released
PHP Version 5.2.2 (RC1) Released for Testing
Zend Framework 0.9.1 Beta Released
Zend Core 2.0 Released
Zend Framework 0.9.0 Beta Released
Symfony 1.0.3 Released


© 2008 onPHP5.com