P4A 2.99.4 (Development branch) |
|
|
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 few modifications were done on P4A_DB_Source so
now you can add joins without selecting any column
from the joined table. A mystical bug in
P4A_DB_Source::getRowPosition() with MySQL (in
which the same query called twice returns two
different results) was found again and patched
again. A bug with P4A_ERROR_Handler() was solved.
P4A_Error_Handler was rewritten to be used in AJAX
calls too. P4A_Object::__call() method now uses
trigger_error() instead of p4a_error() when a
method is not found.
|