Is it possible to run CodeIgniter within a TideSDK App?
Asked Answered
M

1

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.

Marginal answered 12/6, 2013 at 2:15 Comment(5)
got any luck with it?Thy
Sorry, this question is months old and I had no time to figure it out. I tried as hard as I could, but with no success. I actually found out that using Qt + WebKit is a better choice.Marginal
can you help me get started with it. some links and things.Thy
i want to make desktop apps with html5 css amd if possible then php. As you said "qt+webkit", share some resources if possible.Thy
qt-project.org/doc/qt-5.1/qtwebkit/qtwebkitwidgets-index.htmlMarginal
U
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.)

Uboat answered 18/9, 2013 at 0:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.