Getting values from 'enum' field

wxdqz

New Member
Hi
is there a way to retrive the enum values from a field?

Like this:

enum 'red','green','blue' (you 磄et the idea!)

cool_func($field);

result = an array containing red green and blue.

Hope you understand

Nick
 
Back
Top