https://github.com/havvg/booleanextrabehavior
The BooleanExtraBehavior adds more readable accessors and mutators for boolean values.
https://github.com/havvg/booleanextrabehavior
php propel
Last synced: 2 months ago
JSON representation
The BooleanExtraBehavior adds more readable accessors and mutators for boolean values.
- Host: GitHub
- URL: https://github.com/havvg/booleanextrabehavior
- Owner: havvg
- License: mit
- Created: 2013-04-16T08:29:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-16T12:21:13.000Z (almost 12 years ago)
- Last Synced: 2025-01-25T12:07:59.836Z (4 months ago)
- Topics: php, propel
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BooleanExtraBehavior
[](http://travis-ci.org/havvg/BooleanExtraBehavior)
See the Propel documentation on how to [install a third party behavior](http://propelorm.org/documentation/07-behaviors.html#using_thirdparty_behaviors)
## Usage
Just add the following XML tag in your `schema.xml` file:
```xml
```
The behavior will add additional methods for `boolean` columns. Those methods are solely for the purpuse of better readibility when writing code.