Codeigniter-DataTables icon indicating copy to clipboard operation
Codeigniter-DataTables copied to clipboard

Join Array to the same coloumn

Open arinalrifqi opened this issue 8 years ago • 0 comments

how can I call the values from the table that joined, it joined to the same id of the table, -------------Model----------------- public function joinArray() { return array( 'user|left' => 'user.user_id = notif.notif_sender_user_id', 'user|left' => 'user.user_id = notif.notif_receiver_user_id' ); }

--------- JS View ------------- { "data": " // the first value"}, { "data": " // the second value"},

arinalrifqi avatar Jan 31 '18 07:01 arinalrifqi