Changes since PHP-GTK 1

Table of Contents

About this tutorial
Loading the php_gtk Module
Object References (the Ampersand &)
GTK constants
Connecting Signals
Deprecated Widgets

About this tutorial

This tutorial tells you about the differences between PHP-GTK 1 and PHP-GTK 2: What has changed, what's new and what not to do anymore.

PHP-GTK 2 tries to be backward-compatible as possible, but as GTK 2 itself broke BC pretty often, PHP-GTK 2 can't do magic. There are many things which haven't changed, but some important smaller changes you have to know when migrating to the second version.