Is there a way to add data to the database table in batches in symfony2? Do you have any knowledge in this area?
symfony2 uses doctrine2 as ORM. The official example is implemented using loops. For details, please see Example
symfony2 uses doctrine2 as ORM. The official example is implemented using loops. For details, please see Example