
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:
File upload checks and error reporting were enhanced. A bug with file downloading within a non-Ajax environment was solved. Zend Framework was updated to 1.5.2. The P4A_Redirect_To_File() global function now checks if the file really exists within P4A_UPLOADS_DIR, otherwise it throws a P4A_Exception. P4A_Tab_Pane's pages' labels are now auto-translated with getAsString(). P4A_Field::getAsDate() no longer sets the field "readonly", thus dates can now be written by hand too. jQuery was updated to 1.2.5. jQuery::UI draggable and droppable were added. P4A_DB_Navigator's drag and drop movements were implemented.
More...