An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# BooleanExtraBehavior

[![Build Status](https://secure.travis-ci.org/havvg/BooleanExtraBehavior.png?branch=master)](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.