Is CodeIgniter front end or backend?

More
2 months 1 week ago #958 by Elias
Is CodeIgniter front end or backend?

Please Log in to join the conversation.

More
2 months 1 week ago #959 by Elias
Answered by Elias on question Is CodeIgniter front end or backend?
You can use CI as a backend, no doubt about that. Its a full fledged MVC framework. But as it is a MVC framework, the controllers used to return views where you display data from controllers. If you are using CI just as a backend, then you have to just return data in json format from your controller instead of a view.

Please Log in to join the conversation.

Time to create page: 0.228 seconds