Total programming newbie here
I am trying to learn how to create desktop software applications with PHP. I am using Zend Studio for writing and editing my code.
I am trying to figure out how to design application windows, application menus, how to build window menus and so on.
My questions are:
What software can I use to add different graphical interface controls to application windows when attempting to create a PHP application?
And after this software, do I need an additional software program to create an '.exe' file or to create an installation file? If so, which software can I use for that?
Thanks for the help,
idontknow87