[Solved] What Is Active db in CodeIgniter? [closed]


I think it’s Active Record not Active DB. Active Record is a One kind of design pattern used for retrieve, insert, and update your database with minimal scripting. You will find more about this in the bellow link

https://www.codeigniter.com/userguide2/database/active_record.html

1

solved What Is Active db in CodeIgniter? [closed]