This is a discussion on [ANNOUNCE] PRADO component framework for PHP 5 v1.5 released within the PHP Language forums, part of the PHP Programming Forums category; PRADO is an event-driven and component-based framework for developing Web applications in PHP 5. Developing a PRADO Web ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 1.5 is a major update to the previous 1.0 beta version. The class tree is re-organized and a lightweight base class for components is introduced. It also includes several important components including TRepeater and TAdodb. The former is like the repeater control in ASP.NET which can be used to display iterable data items. The latter is a wrapper component of the ADODB class library providing generic database functions. PRADO is an open source project hosted at sourceforge: http://www.sourceforge.net/projects/prado/ You may participate in the forum at the project website: http://www.xisc.com/ Thanks for your time! |