Package cms\bulkloading
Classes summary
| BulkLoader | A base for bulk loaders of content into the SilverStripe database. Bulk loaders give SilverStripe authors the ability to do large-scale uploads into their Sapphire databases. |
| BulkLoader_Result | Encapsulates the result of a BulkLoader import (usually through the
BulkLoader->processAll() method). |
| CsvBulkLoader | Uses the fgetcsv() function to process CSV input. The input is expected to be UTF8. |