PHP Classes

File: __DB/index.php

Recommend this page to a friend!
  Classes of solomongaby   MySQL Versioning   __DB/index.php   Download  
File: __DB/index.php
Role: Example script
Content type: text/plain
Description: applications run file
Class: MySQL Versioning
Update MySQL databases using SQL change set files
Author: By
Last change:
Date: 15 years ago
Size: 109 bytes
 

Contents

Class file image Download
<?php

require dirname(__FILE__) . '/init.php';

$updater = new MysqlUpdater();
$updater->runUpdate();