crzdeveloper/propel-versionable
最新稳定版本:v1.2.0
Composer 安装命令:
composer require crzdeveloper/propel-versionable
包简介
Versionable is a propel behavior, fixed and improved in comparison to original propel versionable.
README 文档
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>
统计信息
- 总下载量: 1.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-21