ippfp-devel Mailing List for interface preprocessor for php
Status: Alpha
Brought to you by:
tm243
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Thomas M. <tm...@ip...> - 2005-07-29 19:27:17
|
Hi David, >Does anyone have sample apps create with this - I love the idea but am >struggling a wee bit getting started. The pictures dont seem to show up >in GTK. =2E.. > Anyway all code examples appreciated (I have the tutorial.php) Today I wrote an example which is like a little adressbook and could be use= d=20 as a user administration tool. Just copy it into an apache htdocs directory= =20 and run it in your webbroswer. You need pear::auth to run it. With GTK or NCURSES start it with 'php -q example_adressbook.php GTK' or=20 'php -q example_adressbook.php GTK' in your xterm or console. The example uses a mysql database: CREATE TABLE `auth` ( `username` varchar(50) NOT NULL default '', `password` varchar(32) NOT NULL default '', `lastname` varchar(30) NOT NULL default '', `phone` varchar(25) NOT NULL default '', `city` varchar(40) NOT NULL default '' ) TYPE=3DMyISAM; Set the values defined at beginning of code to connect to your database. The code example looks ugly in xhtml without additional image files:=20 http://ippfp.sourceforge.net/example_adressbook.tar.gz I hope I could help you. Please play with it and try it out. regards, Thomas =2D-=20 Thomas Moenicke email: =A0tm at ippfp.org http://ippfp.sourceforge.net =2D--------------------------------------------------------------- |
From: David I. <di...@hu...> - 2005-05-27 20:08:19
|
Does anyone have sample apps create with this - I love the idea but am struggling a wee bit getting started. The pictures dont seem to show up in GTK. Anyway all code examples appreciated (I have the tutorial.php) Cheers David |