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