CodeIgniter-API-Controller icon indicating copy to clipboard operation
CodeIgniter-API-Controller copied to clipboard

CodeIgniter Restful API Controller - Easily build REST API with Token Authorization

Results 4 CodeIgniter-API-Controller issues
Sort by recently updated
recently updated
newest added

Geting this error on server : Unable to load the requested class: Authorization_token In localhost it's working fine, can you help me on this ![api](https://user-images.githubusercontent.com/6812411/99875219-d71dfe80-2c13-11eb-9228-11c1c0afcbc8.JPG)

Hi, Thanks team for wonderful rest api Is it possible to use MongoDB ?

`$this->db->affected_rows()` returns 0 because `$this->CI->db->get_where()` is a select and it doesn't **affect** any rows.