When I ran it , it gave me require_once kind of error all the time. So, how can I resolve those errors? Should I have to make changes in php.ini file or have to make any modifications in zend's config file? Please help me. Thank you.
On Jul 18, 10:21 pm, "Ryan Boyd (Google)" <[EMAIL PROTECTED]> wrote: > On Thu, Jul 17, 2008 at 2:10 AM, computerzworld <[EMAIL PROTECTED]> wrote: > > > I have downloaded it but it didn't ran successfully. > > Could you please give us more information on what didn't work correctly? > Hopefully providing this information will help you, but can also help us > improve the experience for other developers. > > While Zend Framework is a MVC framework, we like to consider it as a > loosely-coupled set of components to make development of PHP applications > easier. We work with Zend to distribute the separate download so that > developers can get just what they need to work with our APIs, without > getting extra clutter. The separate download includes on the Zend_Gdata > component and the core components on which it depends, which is a relatively > light list of components which we'd have to include in any client library > (HTTP classes, an exception root class, a Uri class, version info, etc.). > > Here's the full list of files/directories included in the separate > download:http://framework.zend.com/svn/framework/build-tools/trunk/build-tools... > > I'm totally understanding if you simply don't like the way the Zend_Gdata > component is structured and want a more lightweight (less object-oriented) > approach to working with our services, but I hope that using a few of the > Zend Framework classes doesn't disuade you from using the Zend_Gdata > component :) > > Of course, we also (via Zend) accept open-source contributions to the > library if you're interested. > > If you still are interested in using a different library for PHP, there's > one other one that I've found:http://www.rcdtokyo.com/etc/gdataapis/ > > You could also just use the raw XML parsing and HTTP functionality of PHP, > curl, etc. > > Cheers, > -Ryan > > > On Jul 15, 2:19 am, "Jeff Fisher (Google)" <[EMAIL PROTECTED]> > > wrote: > > > Hi, > > > > You can download just the "GData" component of the Zend Framework > > > without downloading everything else: > > > >http://framework.zend.com/download/gdata > > > > Does this work for you? > > > > Cheers, > > > -Jeff > > > > On Jul 11, 8:26 pm, computerzworld <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > I want to retrieve the contacts and calendar events from > > > > google and also want to add,edit and delete them by using API written > > > > in PHP. I searched them but I found it made in zend framework. Are > > > > there any standalone APIs written in PHP without any framework? If yes > > > > then please provide me the link to access it. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
