
P4A (PHP For Applications) is a RAD and object oriented PHP framework for building event-driven stateful Web applications. It featurestableless 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:
The saveUploads() method was moved to P4A_Data_Source. P4A_DB::quote() method's 2nd parameter "autoquote" is now false by default, solving some problems with P4A_Data_Field::getSQLValue() and getSQLNewValue(). When P4A_DB_Source needs a quoted value, it uses P4A_DB->quote() with autoquote turned on. The P4A_DB::quote() method, if the autoquote parameter is on, always encloses the value within single quotes. jQuery::form was updated to 2.0.8. jQuery::iFixPNG was updated to 2.1. P4A_Menu's CSS was changed a bit, solving a bug with IE6. P4A_DB_Navigator movements were disabled (due to the unavailable jQuery UI).
More...