7

I'm working on a desktop application which needs to embed the WebKit browse, so I'm using TideSDK for this purpose. I'd like to know if CodeIgniter can run smoothly on this environment.

danielperaza
  • 412
  • 3
  • 12

1 Answers1

0

Looks like TideSDK does support PHP, so there is no reason why it would not.

One caveat, though, is that TideSDK does not seem to support MySQL. If you need to take advantage of database functionality, you would need another solution. Luckily, a CodeIgnider SQLite module is available, which should take care of that problem. (SQLite is a self-contained SQL database system, effectively allowing you embed a database in a file.)

mszaro
  • 1,362
  • 1
  • 13
  • 25