NEW UPGRADE
In the continuity of the enumerations feature, I modified the helper source code.
Now it is possible to achieve easily with :
$myLabel = XxxxHelperEnum::text('table_validation', $row->validation);
And for the whole item (array, not object):
$myItem = XxxxHelperEnum::item('table_validation', $row->validation);
The system is open for unlimited forks and now works in an instanced way. (Advanced customs)
I will explain widely all the code features in the documentations. For the moment, you can use easily for the basics.