PHP 桌面应用程序

发布于 2024-07-25 15:33:14 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

唔猫 2024-08-01 15:33:14

使用 GTK 在 PHP 中构建应用程序可以创建客户端跨平台应用程序,但我不一定认为这是 GUI 开发的最佳选择...

以下是一些链接:

http://gtk.php.net
http://www.cweiske.de/phpgtk.htm
Gnope.org
kksou

Building applications in PHP with GTK is possible to create client-side cross-platform applications, but I don't necessarily think it's the optimal choice for GUI development...

Here are some links:

http://gtk.php.net
http://www.cweiske.de/phpgtk.htm
Gnope.org
kksou

梦纸 2024-08-01 15:33:14

Python 和 Java 都非常适合在 Linux 和 Windows 环境中工作。 只要您不执行任何操作系统特定类型的工作,它们通常不会有麻烦。 如果您有 PHP 背景,特别是如果您习惯于面向对象的 PHP,那么用于创建桌面应用程序的 Python 也相当简单且易于学习。

Python and Java are both excellent for working on both Linux and Windows environment. They are generally hassle-free as long as you're not doing any OS specific type of work. Python for creating desktop apps is fairly simple and easy to learn as well if you're coming from a PHP background, especially if you're used to doing object oriented PHP.

生死何惧 2024-08-01 15:33:14

为什么你想用 php 开发桌面应用程序?

给自己一个血统的编程环境(c/java/c#/),而不是滥用 php,

特别是使用 c# 和 java,你会很快得到非常好的结果。 两者都是跨平台的(尽管java对于跨平台的东西更容易)。

C(++) 与 QT 或 GTK 结合也是可能的,但结果显得较慢

Why would you like to develop a desktop app in php??

Get yourself a descent programming environment (c/java/c#/) instead of abusing php

especially with c# and java you get pretty quick very nice results. And both are cross platform (although java is easier for cross platform stuff).

C(++) in combination with QT or GTK is also possible, but there the results appear slower

夜司空 2024-08-01 15:33:14

好吧,我想回答已经太晚了,但为了提供信息,我可以建议开放应用程序平台(OAP)作为一个可能的解决方案。 OAP 允许 PHP/MySQL 应用程序作为可安装的 Windows(tm) 应用程序进行分发。
我在寻找将 PHP 应用程序移植到桌面时偶然发现了它并发现了它。 对我来说效果很好。 没有额外的窗口创建标签,如 winbinder 等。

Well its too late to answer i guess but still for the sake of information may I suggest Open Application Platform (OAP) as a possible solution. OAP allows for PHP/MySQL applications to be distributed as installable Windows(tm) applications.
I stumbled upon it while I was looking for porting a PHP app to desktop and found this. Worked great for me. No extra tags for window creations like in winbinder etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文