Mi Enums provides the benfits of enum fields without the drawbacks. If you're unaware, enum fields are not portable - they don't work on all databases and build into applications restrictions which often become problematic. Mi Enums stores all enums in a (cached) database table such that any DB or data store can benefit from enumerated fields as well as being no problem should an existing enum value become obsolete or a new one need to be added.
-
Notifications
You must be signed in to change notification settings - Fork 0
dkullmann/mi_enums
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A cakephp plugin: A solution to having 'enumerated' fields that you want to be able to edit
Resources
Stars
Watchers
Forks
Packages 0
No packages published