03.11.2015, 09:16
Enums are used to assign names to indexes (generally to make them more organized ) as in ( array[10] is no different than array[some_10_index_enum] )
At the end, enums will be compiled simply as numbers ( ? not 100% sure ) so nope, it's not possible to save anything in them
There is pretty much nothing neat and more organized than MySQL - 1 file, 1 database, multiple perfectly organized tables ( unless you lack common sense when creating them .. ), I suggest you to use that
At the end, enums will be compiled simply as numbers ( ? not 100% sure ) so nope, it's not possible to save anything in them
There is pretty much nothing neat and more organized than MySQL - 1 file, 1 database, multiple perfectly organized tables ( unless you lack common sense when creating them .. ), I suggest you to use that