|
@@ -84,7 +84,7 @@ class IndexController extends Controller
|
|
// $this->printResults($response);
|
|
// $this->printResults($response);
|
|
$res=$this->getResults($response);
|
|
$res=$this->getResults($response);
|
|
echo "<pre>";
|
|
echo "<pre>";
|
|
- print_r($data);
|
|
|
|
|
|
+ print_r($res);
|
|
}
|
|
}
|
|
exit;
|
|
exit;
|
|
return $this->render('index');
|
|
return $this->render('index');
|