
GitHub - codeigniter-id/awesome-codeigniter: A list of … - General Topics — CodeIgniter 3.1.13 documentation
You can use insert_id () function to get latest auto incremented column value from the MySQL table. insert_id () is function of "db" library. There are numbers of query helper method in Codeigniter. Example : function saveUserInfo () { $ input = [ 'name ...Follow the below steps to integrate the RESTful server in CodeIgniter using the REST Controller library. Place the REST configuration file ( rest.php) in application/config/ folder and specify the API configurations. Enable REST API authentication. Set the username and password for API authentication.CodeIgniter - Quick Guide,