Skip Navigation

Tag - Generator Functions

  • PHP Generator Functions Are Amazing
    Lately I've been working on a project for the UConn admissions office. Part of the project was to create a WordPress plugin that would take a CSV file and read the rows into the database on a schedule. Which is easy enough right? The problem was that there were over 16,000 rows to insert....