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.
Asked
Active
Viewed 423 times
7
-
got any luck with it? – Harpreet Bhatia Oct 12 '13 at 18:10
-
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. – danielperaza Oct 13 '13 at 08:37
-
can you help me get started with it. some links and things. – Harpreet Bhatia Oct 13 '13 at 08:42
-
i want to make desktop apps with html5 css amd if possible then php. As you said "qt+webkit", share some resources if possible. – Harpreet Bhatia Oct 15 '13 at 15:27
-
http://qt-project.org/doc/qt-5.1/qtwebkit/qtwebkitwidgets-index.html – danielperaza Oct 16 '13 at 13:34
1 Answers
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