Ejemplo n.º 1
0
 public function actionIndex()
 {
     return $this->render('index', ['guide' => User::getCurrentGuide(), 'cities' => Geo::getGuideCities(3), 'excursions' => Excursion::getExcursions(3), 'photos' => Photo::getPhotos(12)]);
 }
Ejemplo n.º 2
0
 public function run()
 {
     return $this->render('header', ['country' => Geo::getGuideCountries(1)]);
 }
Ejemplo n.º 3
0
 public function run()
 {
     return $this->render('orderExc', ['countries' => Geo::getGuideCountries(), 'cities' => Geo::getGuideCities()]);
 }