anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Class names are too generic #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thank you for reporting this issue! It should now be fixed on TRUNK as of 474.

Original comment by chirags@google.com on 3 Aug 2012 at 12:21