Database helper for CodeIgniter to retrieve enumerated field values 3 Replies Load the helper: $this->load->helper(‘database’); Call the function: $enums = field_enums(‘table_name’, ‘field_name’); Continue reading →