NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP as EXE

Mitch Pirtle mitchy at spacemonkeylabs.com
Thu May 13 15:17:28 EDT 2004


Carlos G. Chiossone wrote:

> Hi all, any of you have any good experience in creating and running PHP
> programs as a standalone applications? I think it can be done with the
> Zend Suite, but any other applications out there?

I've been working with classes that are executed both within webpages 
and as cron jobs (cli).  For this, I am pretty happy with PHP as a 
scripting language, especially when coupled with a database that 
supports stored procedures and triggers (like PostgreSQL).

As for pure application programming though, I try to do most everything 
in python.  I stay away from GUI applications, as that is not really my 
forte, so no experience working with phpGTK.

(looks up from desk)

So what is everyone else around here doing in this regard?

-- Mitch




More information about the talk mailing list