CakeDC / Enum

Enumeration list for CakePHP
MIT License
27 stars 17 forks source link

Enum Helper #13

Closed Ali1 closed 8 years ago

Ali1 commented 8 years ago

Would having an emum helper to pull the enum configuration into a view be useful or is there a better way of doing this?

Ali1 commented 8 years ago

Currently using: $LeadsTable = new App\Model\Table\LeadsTable; echo $this->Form->input('type', ['options' => $LeadsTable->enum('type')]);

pmoraes commented 8 years ago

Hello @Ali1 , could you take a look in the #16 pull request? There is the documentation showing the best way to solve your problem.

pmoraes commented 8 years ago

@Ali1 any doubts yet?

steinkel commented 8 years ago

Please reopen if more feedback required, thanks!