Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 473 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 473 Bytes

Codeigniter Api

This purpsoe of this project is to show how to enable codeigniter to support calling apis, since by default it is based on MVC structure and the current versions do not allow apis calls by default without some enhancement to the framework setup.

Setup

  1. refer to the class Api and class Booking_api for the enhancements that need to be done to the framework setup to enable the usage of apis calls from the client to the codeigniter BE setup