php app到桌面应用程序

问题描述:

我有将php-mysql应用程序转换为独立应用程序的要求。主要目的是隐藏客户端的源代码,并在没有Web浏览器的情况下在他的系统中运行应用程序。



我想知道是否有任何工具可用于这,所以我可以将现有的php-mysql应用程序转换为桌面应用程序。



我知道有PHP GTK,但使用它,我必须建立我的应用从头开始。我也听说过Roadsend和Bambalam以及PHPDock这些工具。但我不确定他们。



仅供参考,我在我的项目中使用php5,mysql,javascript,css。



请有人建议我将php应用程序转换为独立应用程序。任何建议表示赞赏。 :)

Hi, i have the requirement of converting a php-mysql app into a standalone app. The main purpose is to hide the source code from the client, and to run the app in his system without a web browser.

I wonder if there is any tool for this, so that i can convert the existing php-mysql app into a desktop app.

I know there is PHP GTK, but using it, i have to build my app from scratch. I also heard about the tools Roadsend and Bambalam, and also PHPDock. But iam not sure about them.

FYI, iam using php5, mysql, javascript, css in my project.

Please can anyone suggest me about converting a php app into a standalone app. Any suggestion is appreciated. :)

你真的需要从头开始制作你的应用程序。您可以使用PHP代码作为参考。我还建议不要将PHP视为严肃的软件开发的严肃语言。这实际上是一种基本的东西,并以特别的方式发展。它在服务器端的使用主要取决于它支持所有平台,即使是最便宜的Web托管计划,与其他服务器端技术不同。这就是历史上发生的事情。在桌面开发中,你有更大的*度,这使PHP成为一个完全局外人。



-SA
You really need to make your application from scratch. You can use your PHP code just as a reference. I would also advise not to consider PHP as a serious language for serious software development. This is really something rudimentary and grown in an ad-hoc manner. Its use on the server-side is majorly dictated by the fact that it is supported an all platforms even with the very cheapest Web hosting plans, unlike other server-side technologies. This is just what happened, historically. In desktop development, you have orders of magnitude more freedom, which renders PHP a total outsider.

—SA