how to make a php application as a desktop application

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

how to make a php application as a desktop application

Post by manojsemwal1 »

Hai friend do you know how to design or use tool to create a php application as a windows desktop application.

waiting for your reply
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Re: how to make a php application as a desktop application

Post by pcoder »

PHP is mainly for Web Based Applications. In my opinion , Just forget it.
8)
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: how to make a php application as a desktop application

Post by Weirdan »

User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: how to make a php application as a desktop application

Post by Weirdan »

:arrow: Moved to PHP - Code
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: how to make a php application as a desktop application

Post by McInfo »

Compiling standalone PHP-GTK2 applications on windows using PriadoBlender

Edit: This post was recovered from search engine cache.
Last edited by McInfo on Wed Jun 16, 2010 4:00 pm, edited 1 time in total.
User avatar
turbolemon
Forum Commoner
Posts: 70
Joined: Tue Jul 14, 2009 6:45 am
Location: Preston, UK

Re: how to make a php application as a desktop application

Post by turbolemon »

Dont forget php-qt4! There is also a wrapper for opengl for writing 3D applications, too. PHP might have been designed for web development but its capable of a lot more.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: how to make a php application as a desktop application

Post by Weirdan »

turbolemon wrote:Dont forget php-qt4!
Quoting their site:
There is no API reference yet, but about 470 classes and 15000 methods are already implemented.
I'd say it's not ready for general adoption if there's no docs, even autogenerated api reference is absent. PHP-GTK has api reference at least.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: how to make a php application as a desktop application

Post by Eran »

There's also winbinder - http://winbinder.org/
Post Reply