havvg/propel-boolean-extra-behavior

The BooleanExtraBehavior adds more readable accessors and mutators for boolean values.

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

This package is not auto-updated.

Last update: 2024-04-22 08:59:51 UTC


README

Build Status

See the Propel documentation on how to install a third party behavior

Usage

Just add the following XML tag in your schema.xml file:

<behavior name="boolean_extra" />

The behavior will add additional methods for boolean columns. Those methods are solely for the purpuse of better readibility when writing code.