Difference between #109 and #110 of
Yii v2 snippet guide III

Changes

Title unchanged

Yii v2 snippet guide III

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,yii2,beginer

Content changed

[...]
You can use Linux images under Windows, but I think there is no way how to access the ODBC drivers from virtual Linux. You would have to try it, I haven't tested it yet.

**Migration batch insert csv**
---

If you want to import CSV into your DB in Y
Iii2 migrations, you can create this "migration base class" and use it as a parent of your actuall migration. Then you can use method batchInsertCsv().

```php
<?php

namespace app\components;
[...]
8 0
4 followers
Viewed: 179 598 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Jan 21, 2021
Last updated: a year ago
Update Article

Revisions

View all history