You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dave Kimble edited this page Apr 30, 2016
·
25 revisions
(Work in progress, help appreciated)
wxPHP stands for "wxWidgets for PHP" and it is a binding for the great cross-platform library wxWidgets used to develop GUI applications. The purpose is to bring all the facilities available on PHP as easyness of programming to assist on the development of cross-platform desktop applications. The syntax used is very similar to the one used on original implementation of wxWidgets C++, making it easier for people already familiar with the library.
Note: The old wiki can be found at wiki.wxphp.org, all articles on it should be ported to this one.
In order to contribute to the project or help make packages for different distributions or operating systems you need to know first how to compile wxPHP.
GUI Binding Utility - Describes how to use the GUI binding utility to enable class methods selectively.
wxPHP Class Reference
To know which wxWidget components or classes are enabled on the wxPHP binding visit the reference pages this pages will be updated (regenerated) each time new classes are available to wxPHP.