开发者

PHP with DB backed-end application to complete windows EXE possible or not?

Let's say I have a php application backed-end with SQLite and I would like to convert whole application to exe file so the end user can just click it and run on windows. User should be able to save, update and add new data into database without any web server or browser things. Is it possible?

I found out that we can use PHP-GTK for UI.

exeoutput.com supports with database engines according to it's website. Anyone have tried it out? If I'm missing something, pls sha开发者_运维百科re with me.

Thanks all in advance and happy new year!!!


I doubt you'd be able to do this natively, not as an exe on windows.

I've never tried exeoutput.com, so can't comment on that however...

There are some 3rd party compilers for php which may let you convert your code into an exe file and run it under windows, phc being one example, and roadsend providing another. I've not tried these, so I can't really comment on how well they work.

Alternatively, you could write some native windows code to launch your php app, but this might be a bit tricky.

One more option (again, I've not tried this) is HipHop which translates PHP into C++ code, so if you're prepared to experiment, this might give you a good option.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜