|
Posted by Qiang Xue on 12/16/05 11:57
We are pleased to announce that PRADO version 3.0.4 is formally
released! Version 3.0.4 is a bug-fix release with minor feature
enhancements over the previous PRADO 3.0.3 release.
PRADO is a component-based and event-driven programming framework for
developing Web applications in PHP 5. Because it is component-based,
you write object-oriented code that enjoys the maximum reusability; and
because it is event-driven, you have better focus on responding to user
interactions. With the rich set of components provided in PRADO, you
can rapidly compose Web pages and applications that are highly
interactive. Most importantly, PRADO does not prevent you from using
your favorite class libraries, such as PEAR, AdoDB, etc.
A major change in this release is that we introduced enumerable data
types into the framework. Properties, such as CaptionAlign, ButtonType,
are now explicitly declared as of enumerable type. Previously, they
relied on string values, which is error-prone.
We improved the TDataGrid control in several aspects. We added a new
data grid column called TDropDownListColumn. Cells and controls in a
data grid item can now be referenced by IDs instead of numerical
indexes.
We also upgraded Scriptaculous javascript library to 1.6.2 and fixed
several bugs related with client side scripting.
For more details about the updates, see the release file.
PRADO v3.0.4 may be downloaded at http://www.pradosoft.com/download/.
Navigation:
[Reply to this message]
|