pownraj-anubavam / 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

apiClient construction doesn't create Cache/IO? #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
  public function __construct($config = array()) {
    global $apiConfig;
    $apiConfig = array_merge($apiConfig, $config);
    self::$cache = new $apiConfig['cacheClass']();
    self::$auth = new $apiConfig['authClass']();
    self::$io = new $apiConfig['ioClass']();
  }

What are we supposed to put in our config array for cacheClass/ioClass...?

The examples never mention anything about them, I tried putting in like 
"apiHttpRequest" for ioClass to no success =\

Original issue reported on code.google.com by insolen...@gmail.com on 27 Jun 2012 at 9:11

GoogleCodeExporter commented 9 years ago
Closing as old, please reopen if still an issue.

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:21