Tag: spl


  • GlobIterator exists since PHP5.3, and basically allows to iterator over anything glob()able. So instead of having to write my own custom FilterIterator and pass the DirectoryIterator for my directory to that FilterIterator, I can simple instantiate GlobIterator and pass the pattern that I need to it: $watchDir = new \GlobIterator($config[‘incomingPath’].’/*.xml’); Now I can foreach over…

  • We just launched Techademy!

    The idea of Techademy is simple: Every month we organize a training day during which attendees attend two workshops. There is a different set of workshops during each trainingday. And for a relatively low fee (currently set at 150 euro), you get a full day of training by experts! Obviously, it won’t be as in-depth…