dev-master
9999999-devPropel behavior that helps you to set a lock per fields
MIT
The Requires
by Cedric LOMBARDOT
behavior lock propel synchronizer
Wallogit.com
2017 © Pedro Peláez
Propel behavior that helps you to set a lock per fields
The LockableBehavior behavior allows you to mark columns edited and choose forceUpdate or not., (*2)
Cherry-pick the LockableBehavior.php file is src/, put it somewhere,
then add the following line to your propel.ini or build.properties configuration file:, (*3)
``` ini propel.behavior.visibility.class = path.to.LockableBehavior, (*4)
Usage ----- Just add the following XML tag in your `schema.xml` file: ``` xml <behavior name="lockable"> <!-- Choose columns to apply --> <parameter name="apply_to" value="my_field, my_other_field" /> </behavior>
The lockable behavior requires four parameters to work:, (*5)
apply_to: the list of column to apply the visibility behavior$post->activateLocker() set true to locker fields at preSave
$post->activateLockCheck() revert locked fields at preSave to only persist not locked fieldsPropel behavior that helps you to set a lock per fields
MIT
behavior lock propel synchronizer