PHP Classes

File: app/migration/restore.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP API Service   app/migration/restore.php   Download  
File: app/migration/restore.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP API Service
Implements a project API using the Mind framework
Author: By
Last change:
Date: 2 years ago
Size: 222 bytes
 

Contents

Class file image Download
<?php

$files
= [
   
'mysql' => 'app/migration/backups/mysql_backup_2022_03_28_22_21_02.json',
   
'sqlite' => 'app/migration/backups/sqlite_backup_2022_03_28_22_21_29.json'
];

$this->restore($files[$this->db['drive']]);