Skip to content

jorge-beltran-dev/mi_enums

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mi Enums. Project status

Enum fields you can edit

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.

About

A cakephp plugin: A solution to having 'enumerated' fields that you want to be able to edit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%