PHP interesse |
|
Hoi,
Ik ben bezig met de Google data API.
Nu geeft hij aan dat ik een map - die ik gedownload heb - moet uploaden naar mijn php-path van mijn ftp-server.
Nu heb ik de desbetreffende map én ik weet wat mijn php-path is, maar ik weet niet hoe ik dit php-path kan bereiken, zodat ik daar de desbetreffende map kan uploaden.
Weet iemand hoe ik dit voor elkaar moet krijgen?
P.S.: De map maakt onderdeel uit van Gdata van Zend Framework.
Update:
Google Code FAQ schreef: Downloading the complete framework will give you access to not just the Google data APIs, but also the rest of the Zend development classes. However, unless you want all of the extra classes, downloading just the Google data APIs is sufficient.
1. Download the Google data API files.
2. Decompress the downloaded files.
3. From within the newly-decompressed directory, copy the library directory to a location that is part of your PHP path, or a different location of your choice and edit your PHP path to include it.
Now that the Zend Google data API classes are installed, it's time to try running the samples.
|