Where should database interactions exist in a CodeIgniter application?
02:12 08 Jan 2018

I have some confusion about query writing in CodeIgniter.

Should I write a query in the model or controller?

I want to know the international standard of query writing in CodeIgniter.

What would be best practice?

best-practices php codeigniter model-view-controller codeigniter-3