|
@@ -79,11 +79,11 @@ class IndexController extends Controller
|
|
|
$i=1;
|
|
|
$datas=array_chunk($metrics,2,true);
|
|
|
foreach($datas as $data){
|
|
|
- $response = $this->getReport($analytics,$data);
|
|
|
+ // $response = $this->getReport($analytics,$data);
|
|
|
// $this->printResults($response);
|
|
|
- $res=$this->getResults($response);
|
|
|
+ // $res=$this->getResults($response);
|
|
|
echo "<pre>";
|
|
|
- print_r($res);
|
|
|
+ print_r($data);
|
|
|
}
|
|
|
exit;
|
|
|
return $this->render('index');
|