
P4A (PHP For Applications) is a RAD and object oriented PHP framework for building event-driven stateful Web applications. It features tableless HTML, accesskey support, transparent AJAX support, auto data type recognition, UTF-8 support, advanced i18n/l10n support, handheld "zero code" support, "zero code" printing via advanced CSS2, and PEAR integration.
License: Affero General Public License
Changes:
A default submit button was added to the P4A default HTML form to solve the enter key bug (propagating events to the first button). Mouseover on system messages pauses the fadeOut timer, giving more time to read the messages. P4A_Table_Rows and P4A_Table_Col now trigger the onclick event (in addition to beforeclick and afterclick). P4A_Table::showTitleBar() was removed because it was obsolete. P4A_Table_Rows::disable() won't disable a table's "action cols". P4A_Table's CSS was modified for better readability. A P4A_Redirect_To_Url() global method was added.
More...