How to check a field or column exists in a table or not in codeigniter?
Answer Posted / Suleman Ahmad Salmani
In CodeIgniter, you can use the db_exists() function from the DB active record class to check if a database table field or column exists.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers