无法创建新的课程'即使包括它

时间:2018-06-04 08:43:12

标签: php cakephp

我使用的是googleAds API,但是当我在我的函数中包含一个我需要的类时 它仍然显示一个错误:

  

错误:Class' TargetingIdeaSelector'没找到
  文件:C:\ wamp64 \ www \ projet \ app \ Model \ Keyword.php
  行:26

我包括这样:

include 'C:\wamp64\www\projet\vendors\googleads\googleads_php_lib\src\Google\AdsApi\AdWords\v201710\o\TargetingIdeaSelector.php';

在我的功能中,我使用了这个:

// Create selector.
$selector = new TargetingIdeaSelector();

带给我上面的错误。 使用之前包含的类还有其他事可做吗?

1 个答案:

答案 0 :(得分:0)

得到了比我更好的人的解决方法:

driver.sink.csv.class=org.apache.spark.metrics.sink.CsvSink

# Polling period for the CsvSink
#*.sink.csv.period=1
# Unit of the polling period for the CsvSink
#*.sink.csv.unit=minutes

# Polling directory for CsvSink
driver.sink.csv.directory=/Path/at/which/data/will/be/dumped

# Polling period for the CsvSink specific for the worker instance
driver.sink.csv.period=1
# Unit of the polling period for the CsvSink specific for the worker instance
driver.sink.csv.unit=minutes

关于使用好的命名空间,我只是被项目中的文件数量所超负荷,无法从我的混乱中找出解决方案。 我的坏:))