crzdeveloper / propel-versionable
Versionable is a propel behavior, fixed and improved in comparison to original propel versionable.
Installs: 1 857
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.2.4
- propel/propel1: >=1.6.4
Requires (Dev)
- phpunit/phpunit: >=3.7.37
This package is not auto-updated.
Last update: 2025-04-02 11:37:15 UTC
README
Propel Versionable behavior, fixed version.
There is a bug in original Versionable behavior in Propel1: propelorm/Propel#693 . Propel generates incorrect PHP and SQL files in some cases. The pull request has not been accepted yet, that's why I had to create my own fixed version.
The fixed version uses the original code and this pull request as a fix + unit tests: propelorm/Propel#778
Installation
Using Composer:
{ "require": { "crzdeveloper/propel-versionable": "1.*" } }
Then register behavior in either your propel.ini
or buid.properties
configuration file:
propel.behavior.versionable.class = <path to crzdeveloper/propel-versionable>