Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

php|architect:
Hello PHP-GTK 2
Jun 05, 2006 @ 11:33:30

Scott Mattocks is continuing his PHP-GTK series over on php|architect's ART (article repository) with this look at enhancing the process started in part one.

Part I of this PHP-GTK series looked at what PHP-GTK is and why you might want to use it. The next installment, "Hello PHP-GTK 2", gets down to business with the requisite "Hello World" application. This article attempts to go a little deeper than just showing the code to get it working. Instead the article talks about how each line of the application interacts with the others, giving a better picture of the process of building a PHP-GTK application.

You should already have the needed PHP-GTK installation performed before checking this one out - there's no installation walkthrough here. He starts off with a very simple example, an empty window, that will serve as the testbed for the rest of the tutorial. He adds on to this humble beginning with increasing functionality (explaining each step of the way) to finally echo out a "Hello PHP-GTK" inside the box.

tagged: php-gtk tutorial introduction simple application php-gtk tutorial introduction simple application

Link:


Trending Topics: