Enum icon indicating copy to clipboard operation
Enum copied to clipboard

Enumeration list for CakePHP

Results 4 Enum issues
Sort by recently updated
recently updated
newest added

Hi, I'm sorry but I have another problem after migration my application which uses Enum form Cake 3 to Cake 5: I have an Entity e.g. Article which contains an...

Currently we don't have this feature implemented. For now we need to take the list and use array_search to find the value to add in the conditions. TODO: Create a...

It would be nice to have enum rules in validationDefault per config

enhancement

I would change it to "Invalid value '$value', expected values are 'x', 'y' or 'z'."

enhancement