← Home

Status of patForms/Propel integration

Propel's extended api has been cleaned up. These changes are currently in Propel's SVN directory which is available at:

http://svn.phpdb.org/propel/

Propels Trac (which is used as Propel's homepage also, including docs, howtos etc) is here:

http://propel.phpdb.org/trac/

These changes will also be in the next release of Propel which is supposed to come soon. By "extended api" I mean the methods that are being added when you enable addGenericAccessors and addGenericMutators at build time:

# in the projects build.properties file
propel.addGenericAccessors = true
propel.addGenericMutators = true

This will add methods like fromArray(), toArray() etc. to your Object classes and these methods will be used by patForms.

patForms on the other side has included several new classes that allow to integrate with Propel. For example there are the new classes patForms_Definition_Propel, patForms_Storage_Propel etc. as well as some new patForms_Rule_* classes.

You can find the latest version of patForms also in SVN which is here:

http://www.php-tools.net/svn/patForms/trunk

And the patForms bug tracker can be found here:

http://trac.php-tools.net/patForms

This stuff is currently undergoing some "real-life" implementations so we hope to recieve some more feedback from serious users than we've had by now in future.

If you've checked this code out and gathered experience with it, probably discovered any flaws or bugs or have any suggestions or enhancements, please feel free to post to the bug trackers linked above or email me privately.