havvg / propel-boolean-extra-behavior
The BooleanExtraBehavior adds more readable accessors and mutators for boolean values.
Installs: 2 285
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- propel/propel1: >=1.6.4
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-11-04 11:22:32 UTC
README
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.