havvg/propel-boolean-extra-behavior

BooleanExtraBehavior 为布尔值添加了更易读的访问器和修改器。

v1.1.2 2013-08-16 12:20 UTC

This package is not auto-updated.

Last update: 2024-09-09 10:44:42 UTC


README

Build Status

请参考 Propel 文档了解如何 安装第三方行为

用法

只需在您的 schema.xml 文件中添加以下 XML 标签

<behavior name="boolean_extra" />

此行为将为 boolean 列添加额外的方法。这些方法仅用于在编写代码时提高可读性。