3rd preview for P4A 3
Feb 25, 2008
Only 4 days after the 2nd P4A 3 preview release I’m here again for a new release, which is both a bugfix release and an API stabilization release.
Let’s go directly to the changelog which is not so long and complex:
- P4A_Mask::main() method is now called also within an AJAX call, if a full redesign is required
- a bug with search function within products_catalogue sample was fixed
- more chainability was added to the P4A main class
- a bug with P4A_DB_Source::createDataField() method was solved
- P4A_DB_Source::addJoin*() methods now supports null 3rd parameter (fields list)
- a bug with P4A_DB_Source::setFields() and aliases was solved
- README updated because P4A can’t handle db tables with numeric column names
- P4A_Validate class was added, it subclasses Zend_Validate and we need it to remove validators from a validator chain (ZF does not support that feature)
- P4A_Field::removeValidator() method was added
- P4A_Mask::unsetRequiredField() method was added
- P4A_Widget::removeCSSClass() method was added
Now you can Download P4A 2.99.2, please help us with translations and report us all the bugs you find! Thank you so much!









Daniel Carrero on Feb 26, 2008 | Reply
I think, if you port all validate to zend_validate, is more easy make a standard to make pdf file with zend_pdf class, i just suggest :)
there are examples to validate??
Daniel Carrero