| View previous topic :: View next topic |
| Author |
Message |
Shaba1
Joined: 22 Mar 2007 Posts: 7
|
Posted: Fri Mar 23, 2007 5:50 pm Post subject: some newbie question |
|
|
#1 Can I use my normal php.ini for use with php-gtk. I have php here on my laptop for use in developing web pages which I then upload to sites. I would like to use all the extensions that I already have if that is possible.
#2 is there a .chm or at least a pdf doc somehwere online of the gtk functions. I looked on the site that this web site reccomends for both the php and gtk tutorials and api. But both those are html docs and tutorials. I would like to have the api right here on my computer so that if I want a particulare function or method explanation I can just start the .chm and search for it.
Thanks. |
|
| Back to top |
|
 |
leon_pegg
Joined: 12 Jun 2006 Posts: 113 Location: hemel / UK
|
Posted: Fri Mar 23, 2007 9:43 pm Post subject: |
|
|
Once you install gnope or a build from auroaeosrose's site http://callicore.net
you can use dev inspector to view all classes, methods constants and signals.
you have to have a seperate php install for php-gtk because it only works with the cli sapi.
all php extentions will work all you need to do is drop the php extention into the php-gtk ext dir and add it to the php.ini
hope this helps
also for much more php-gtk info goto http://php-gtk.eu |
|
| Back to top |
|
 |
Shaba1
Joined: 22 Mar 2007 Posts: 7
|
Posted: Sun Mar 25, 2007 2:20 am Post subject: |
|
|
| leon_pegg wrote: | Once you install gnope or a build from auroaeosrose's site http://callicore.net
you can use dev inspector to view all classes, methods constants and signals.
you have to have a seperate php install for php-gtk because it only works with the cli sapi.
all php extentions will work all you need to do is drop the php extention into the php-gtk ext dir and add it to the php.ini
hope this helps
also for much more php-gtk info goto http://php-gtk.eu |
I downloaded http://gtk.php.net/do_download.php?download_file=php-gtk2-alpha-5_2-win32.zip
from http://gtk.php.net/download.php
I installed it in a folder of its on under the MyProjects folder on my desktop. Which is where I keep all the coding/programing source code I am working on C,python,java e.t.c
I thine copied php5ts and php.exe from the php folder that I use for web development into the folder that I unzipped that package to. As some web site I read online instructed me to.. I did not copy over the php.ini file because there was already one there after the unzip.
Is that the correct procedure?
With all the different sites,pages,instructions and packages it hard for a new person to know if he or she is doing things right.
Also the second part of my questino any source for .chm or .pdf tutorials and documentation. |
|
| Back to top |
|
 |
norman784
Joined: 30 May 2007 Posts: 2
|
|
| Back to top |
|
 |
|