Blame | Letzte Änderung | Log anzeigen | RSS feed
This program is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public Licenseas published by the Free Software Foundation.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.PRADO is an event-driven and component-based frameworkfor Web application development in PHP 5.Components following the PRADO protocol are highlyconfigurable and reusable. Properties definingthe basic features of a component can be configuredin specifications, templates or code.New components can be developed by either inheritingan existing component class or composing severalcomponents together. The work of using a componentamounts to placing the component tag on the page template,configuring component properties, and writing handlerfunctions to respond to component events.PRADO shares many similarities with ASP.NET and otherRAD tools for Windows GUI development, such as Borland Delphi.In particular, it supports event-driven programming,viewstate maintenance, javascript, template, form validations, etc.