Member
kade.hermiston
How to check a field or column exists in a table or not in Codeigniter?
cristobal
Code for Checking a field or column exists or not in a Codeigniter table.
1 2 3 4
if ($this->db->field_exists('field_name', 'table_name')) { // some code... }