Am trying to develop a restful application i.e client server architecture but the reference am finding seems to have been posted 3 years ago. Has any one worked with rest in code igniter ?
Restful service
|
07-05-2016, 06:55 AM
It's called CodeIgniter and it's not suitable for REST services, use something else.
07-05-2016, 01:58 PM
This is a very popular rest server for codeigniter that is kept updated.
https://github.com/chriskacerguis/codeig...restserver It also includes documentation that is kept updated. |