This is a discussion on [ANNOUNCE] PRADO component framework v2.0 released within the PHP Language forums, part of the PHP Programming Forums category; I am very pleased to announce that PRADO 2.0RC is now available for downloading. PRADO is an event-driven ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am very pleased to announce that PRADO 2.0RC is now available for
downloading. PRADO is an event-driven and component-based framework for developing Web applications in PHP 5. Developing a PRADO Web application mainly involves instantiating prebuilt component types, configuring them by setting their properties, responding to their events by writing handler functions, and composing them into pages for the application. PRADO is very similar to ASP.NET in many aspects. Version 2.0 is the formal release over the previous RC release. It mainly fixes the bugs found in the RC and adds the Master/Content pages feature. Compared to the earlier version v1.7.1, several major features and components have been added, including I18N support, TDataList, TDataGrid, TWizard and many other components. PRADO is an open source project hosted at sourceforge: http://sourceforge.net/projects/prado/ You may participate in the forum at the project website: http://www.xisc.com/ Thanks for your time! |