Re: Error in PHP code example

2011-11-15 Thread Joshua J. Kugler
On Monday, November 14, 2011, Eric Koleda elucidated thus: > Hi Joshua, > > Have you created an instance of the ServicedAccountService at that > point? These classes aren't loaded until the service has been > created, to avoid name conflicts. You can alternatively use the new > LoadService() meth

Re: Error in PHP code example

2011-11-14 Thread Eric Koleda
Hi Joshua, Have you created an instance of the ServicedAccountService at that point? These classes aren't loaded until the service has been created, to avoid name conflicts. You can alternatively use the new LoadService() method, which will load the classes but not create an instance of the s

Error in PHP code example

2011-11-09 Thread Joshua J. Kugler
On page http://code.google.com/p/google%2dapi%2dadwords%2dphp/source/browse/trunk/examples/v201109/GetAccountHierarchy.php#79 and following, it says this: // Create selector. $selector = new ServicedAccountSelector(); // To get the links paging must be disabled. $selector->enablePaging