| View previous topic :: View next topic |
| Author |
Message |
ashore
Joined: 30 Mar 2006 Posts: 1
|
Posted: Thu Mar 30, 2006 4:56 pm Post subject: Non-GTK PHP App'n |
|
|
Folks, say I have an existing php application, non-GTK. Where do I look to see how to handle this situation for conversion/adaptation to gnope  |
|
| Back to top |
|
 |
beidlerj
Joined: 10 Feb 2006 Posts: 55 Location: Oregon, USA
|
Posted: Thu Mar 30, 2006 7:04 pm Post subject: |
|
|
| You mean like a CLI application that you want to put a GUI interface on? If you're not familiar with the GTK part of PHP-Gtk, I'd suggest the blog at www.writingup.com. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Mar 31, 2006 8:13 pm Post subject: |
|
|
| If you have a HTML interface to your program, you will have to rewrite the data entry and workflow part. That is because web apps use request/response model, while Gtk programs are event based. |
|
| Back to top |
|
 |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Wed Apr 05, 2006 1:16 pm Post subject: |
|
|
| beidlerj wrote: | | If you're not familiar with the GTK part of PHP-Gtk, I'd suggest the blog at www.writingup.com. |
Thanks for the recommendation, beidlerj!
I'm hoping to get back to it soon. School is almost over.
-Ron T. |
|
| Back to top |
|
 |
|