Example #1
0
 public function run()
 {
     return $this->render('header', ['country' => Geo::getGuideCountries(1)]);
 }
Example #2
0
 public function run()
 {
     return $this->render('orderExc', ['countries' => Geo::getGuideCountries(), 'cities' => Geo::getGuideCities()]);
 }