Search code examples
mysqlcodeigniter-4

Is this possible convert a Codeigniter project into phone gap?


Currently I'm using codeigniter4 How can I integrate? please define briefly I'm a fresher.


Solution

  • No this is not possible. PhoneGap is HTML and Javascript based. Your PHP code won't run.

    Even if you would have a HTML/JS project only you wouldn't be able to use it 1-on-1. You would have to implement PhoneGap hooks etc. to make it run properly.