P4A 3.2.1 released!
Feb 5, 2009
Changelog:
- Zend Framework was updated to 1.7.4
- PEAR::Net_Useragent_Detect was updated to 2.5.0
- jQuery::form was updated to 2.19
- P4A_DB_Source::setQuery() now strips out final semicolon from the passed SQL query (if present) (bug #2557215)
- P4A_DB_Source::setWhere() now calls a firstRow() if the DB_Source isn’t in the “new row” state (bug #2316271)
- P4A_Filename2File() now uses the fileinfo module if no mime type is detected otherways (bug #2121565)
- a bug with P4A_Field::getAsDate() and Internet Explorer was fixed (thanks to Mario Spada)
- P4A_Thumbnail_Generator::setWidth() now resets the max_width to avoid conflicts
- P4A_Thumbnail_Generator::setHeight() now resets the max_height to avoid conflicts
- P4A_Thumbnail_Generator::setMaxWidth() now resets the width to avoid conflicts
- P4A_Thumbnail_Generator::setMaxHeight() now resets the height to avoid conflicts
- P4A_Thumbnail_Generator::processFile() height/width calculation was
rewritten in order to fix bug #2270922
Download P4A 3.2.1 now!
Filed in: CreaLabs, P4A, PHP, Things I do









Cy on Feb 5, 2009 | Reply
Congratulations to the whole P4A team! I had not so much fun coding in a new framework since the relase of jQuery. Keep up the good work!
Fabrizio Balliano on Feb 5, 2009 | Reply
@Cy: thank you!!
Eddie on Mar 5, 2009 | Reply
Excelent version…!!
Only a little thing: the db_navigator doesn’t works fine with a Query instead of Table.
The error ocurs because the method collapse() permit the call to getPath() and tries to load data from an empty table.
Cheers..!!
Fabrizio Balliano on Mar 5, 2009 | Reply
hi Eddie, please post a bug report so we can track this thing, thank you!