Exemplo n.º 1
0
 public function actionIndex($location_id = null)
 {
     $this->renderJsonpForJquery(Instagram::getPosts(['location_id' => $location_id]));
 }