PHP Classes

File: tests/restore/restore.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   Mind Framework   tests/restore/restore.php   Download  
File: tests/restore/restore.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Mind Framework
Framework that implements several design patterns
Author: By
Last change:
Date: 1 year ago
Size: 210 bytes
 

Contents

Class file image Download
<?php

require_once '../../src/Mind.php';

$Mind = new Mind();

$Mind->restore('backup_2020_11_06_17_40_21.json');
// $Mind->restore(array('backup_2020_11_06_17_40_21.json', 'backup_2020_11_06_17_41_22.json'));