Skip to content

Commit

Permalink
Merge 4f6595e into 8eb21c6
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Moraes committed Jan 19, 2017
2 parents 8eb21c6 + 4f6595e commit 83bf16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Documentation/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Behavior, Model and Helper Configuration

Firstly you need to add this in your table class ```$this->addBehavior('CakeDC/Enum.Enum');``` to load the behavior, after that you need to set the configurations, you can choose one or more to use in the same table class. When you get this done, you need to load the helper in your view class using ```$this->loadHelper('CakeDC/Enum.Enum');```
Firstly you need to add this in your table class ```$this->addBehavior('CakeDC/Enum.Enum');``` to load the behavior, after that you need to set the configurations, you can choose one or more to use in the same table class.

## Supported Types of Enum

Expand Down

0 comments on commit 83bf16c

Please sign in to comment.