foreveralone

foreveralone Git Source Tree


Root/web/migrations.php

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
 
 
 
spl_autoload_extensions(".php"); // comma-separated list
spl_autoload_register();
 
foreach (glob("system/vendor/*.php") as $filename)
{
    include $filename;
}
 
if (!is_cli()) {
    die("This script must be ran from the command line");
}
 
$core = new \system\engine\HF_Core(true);
$core->runMigrations();

Archive Download this file

Branches

Tags

Number of commits:
Page rendered in 0.07720s using 11 queries.