You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. you can now try to pass an array as limit to the get_log method (get_log($user_id = NULL, $code = NULL, $date = NULL, $order_by = NULL, $limit = array($start,$limit))). this array would be used for the $this->db->limit($limit[0],$limit[1]);
Hi Adrian, I have a request to display huge results..how to add pagination to the Rat library?
Thanks
The text was updated successfully, but these errors were encountered: