faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: php-qt
by Evan "JabberWokky" E. on Sunday 17/Mar/2002, @12:52
|
I have to disagree... as both a python and PHP programmer, both are useful and very complete languages. PHP is extrodinarily good at generating text files of any sort (due to the way it handles output), but can be used to do virtually any task. I have a PHP script that goes through my MP3 files, renames them (capitalizing words, spacing dashes, etc), and resets the ID3 tags (a binary operation) in them to what the filename suggests.
Like Perl and Python, PHP supports modular, loadable libraries, and also supports classes. It is very much capable of being interfaced to Qt and KDE and producing useful applications. And even if your view is *still* that it is "just a HTML scripting language", let me kick this idea out - DCOP aware webpages on your intranet.
--
Evan |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: php-qt
by Carbon on Monday 18/Mar/2002, @10:27
|
Yep, I'll second that. I have a PHP project that runs as a daemon, using SQL based mp3 playlists
to play music, and talking about it (and automagically downloading and reading news) with
Festival. I probably could've gotten better performance if I had written it in C or even Perl, but
it didn't take me long to develop, and it was a good exercise to finish up learning PHP.
*Shameless code promotion* That app isnt in devel anymore, but you can get it at
geekradio.sf.net, and I might just continue to work on it if there's any demand.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|