Esempio n. 1
0
 public function actionIndex()
 {
     FoxmartParser::parse();
     AlloParser::parse();
     RozetkaParser::parse();
 }
Esempio n. 2
0
 /**
  * Парсинг foxtrot.com.ua данных
  * @return \yii\web\Response
  */
 public function actionSave_foxmart()
 {
     set_time_limit(0);
     FoxmartParser::parse();
     return $this->goHome();
 }