Who's online

There are currently 0 users and 1 guest online.

Recent comments

phpxlib and gambart connection

I dig the klorofil, and got that the gambart is look like a GUI widget that communicate with phpxlib.

can you help me, explain, how can the phpxlib create a form?

i just see the Form (gambart form) include somewhere the php_xlib,

or may be can tell me what is phpxlib anyway, is there an information to dig this more?

php_xlib and php_gdi (gambArt's PHP extensions)
by: riqbal

Hi fthamura,

php_xlib and php_gdi are PHP extensions built by Klorofil team in order to access XLIB/GDI interface.

As we already knew, The X Window System provides a low level interface (a.k.a Xlib) which implements low level drawing primitives only. php_xlib was implemented on top of Xlib.

A quick googling gave me this link:

http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html

Hope that helps.

php_xlib was build by
by: denny

php_xlib was build by klorofil team, in general php_xlib provide communication link between php to xlib library. GambArt create form by calling xlib function, just for drawing primitive. But for widget, everything wrote by klorofil team from stracth.

We dont use existing widget lib like qt, qnome, wx because using those library add a lot of process overhead. You could inspect php_xlib code to see how the communcation works