PHP-GTK: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
wxPHP
link updated; removed unneeded cross-reference
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
</hide>
</hide>
==About==
==About==
[[PHP-GTK]] is an attempt to connect the [[PHP]] language (which was designed primarily to render web pages) with the [[GUI]] world, via the [[GTK+]] graphical library.
[[PHP-GTK]] is an attempt to connect the [[PHP]] language (which was designed primarily to render web pages) with the [[PHP/GUI|GUI]] world, via the [[GTK+]] graphical library.
==Related==
* [[wxPHP]] (see {{wikipedia|wxPHP}})
==Links==
==Links==
===Reference===
===Reference===
Line 15: Line 13:
* '''2011-03-31''' [http://squirrelshaterobots.com/programming/php-gtk/compiling-php-gtk2-on-ubuntu-10/ Compiling PHP-GTK2 on Ubuntu 10]
* '''2011-03-31''' [http://squirrelshaterobots.com/programming/php-gtk/compiling-php-gtk2-on-ubuntu-10/ Compiling PHP-GTK2 on Ubuntu 10]
** The instructions for retrieving Cairo are outdated; it is now [https://github.com/gtkforphp/cairo available] on [[GitHub]].
** The instructions for retrieving Cairo are outdated; it is now [https://github.com/gtkforphp/cairo available] on [[GitHub]].
** The instructions for retrieving PHP-GTK are also outdated; see the [http://gtk.php.net/download.php official download page] for links.
** The instructions for retrieving PHP-GTK are also outdated
*** the links on the [http://gtk.php.net/download.php official download page] are also bad
*** the actual source is [https://github.com/php/php-gtk-src available] on GitHub

Latest revision as of 16:21, 5 April 2021

<hide> page type::article </hide>

About

PHP-GTK is an attempt to connect the PHP language (which was designed primarily to render web pages) with the GUI world, via the GTK+ graphical library.

Reference

Official

How-to