Example #1
0
 public function actionIndex()
 {
     FoxmartParser::parse();
     AlloParser::parse();
     RozetkaParser::parse();
 }
 public function actionSave_rozetka()
 {
     set_time_limit(0);
     RozetkaParser::parse();
     return $this->goHome();
 }