Forum

Is CodeIgniter fron...
 
Notifications
Clear all

Is CodeIgniter front end or backend?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

Is CodeIgniter front end or backend?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

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.


   
ReplyQuote
Share: