$plks = glob('arts/*'); foreach ($plks as $plk) { $art = new TXTArticle($plk); $art->saveXml('xml/' . basename($plk) . '.xml'); }