Zend Framework

Status
Not open for further replies.

shaedrew

New Member
Messages
2
Reaction score
0
Points
0
I'm a newb, so I apologize is this is a newb question.

I am trying to use some Google Applets and they require the Google data APIs (part of the Zend Framework). Is the Zend framework installed?

If not, can I follow the directions below, provided by Google, to install it? I can't find the paths they are referring to so I'm assuming we don't have access to this.

I'm asking this because I receive errors when I try to run the samples.

Thanks.

(By the way, you guys provide an awesome service and the interface is great...very intuitive!)

>>>BEGIN GOOGLE INSTRUCTIONS<<<
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.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Yes,

You will just have to modify your include path in your scripts to include the folder the zend framework is in.
 
Status
Not open for further replies.
Top