Datatables for Codeigniter 3 |
Hi
Does anyone have datatables library or anything to use with CI3, and to support joins because of search in database table. Main problem with this i have is that i need to make model for each database table and new controller. For example i have Vehicles controller and model, and under vehicles model i want to have vehicles insurance, vehicles services tables but i don't want to copy/paste same code for datatables in same file. Currently i am using it like this Model: PHP Code: var $table = 'vehicle'; Controller: PHP Code: $data = array(); |
Messages In This Thread |
Datatables for Codeigniter 3 - by brianjamestorr - 11-30-2022, 10:44 AM
RE: Datatables for Codeigniter 3 - by superior - 11-30-2022, 12:30 PM
RE: Datatables for Codeigniter 3 - by brianjamestorr - 12-01-2022, 09:06 AM
RE: Datatables for Codeigniter 3 - by InsiteFX - 12-01-2022, 12:19 AM
|