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