views:

39

answers:

4

I need to make web application that is acutely desktop application
The business logic will be written ( taken from web app) in php and the underlain infra is c++
For that I need some solution to run embed server that support php or to think about some other solution

A: 

You could try PHP-GTK instead. You can do all the business logic and the presentation in PHP.

Alan
A: 

You could run Paste Deploy as a WSGI container for WPHP.

Ignacio Vazquez-Abrams
A: 

You can use Apache as embedded web-server.

Trurl
who can i use apache as embedded web server ?
A: 

You can even try Glassfish with Qercus for PHP integration.

Ben