Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
使用 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
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.
为什么你想用 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
好吧,我想回答已经太晚了,但为了提供信息,我可以建议开放应用程序平台(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.