Exemplo n.º 1
0
 public function actionIndex()
 {
     $location = new Location();
     $location->attributes = Yii::$app->request->get();
     $this->renderJsonpForJquery(Instagram::getPlaces($location));
 }