What steps will reproduce the problem?
1. use the library in a real-world project
What version of the product are you using? On what operating system?
I'm using the trunk version because i need Analytics support
Please provide any additional information below.
Class names are WAY too generic; they should be namespaced (as suggested in
http://code.google.com/p/google-api-php-client/issues/detail?id=51) or at least
prefixed with the name of the service or a prefix related to google apis. In
particular, there is an Account class in the analytics service which conflicts
with an Account class in my application (and i HAVE to name my class Account
due to MVC framework conventions)
Original issue reported on code.google.com by lorenzo....@cubica.eu on 20 Dec 2011 at 12:26
Original issue reported on code.google.com by
lorenzo....@cubica.eu
on 20 Dec 2011 at 12:26