Login   Register  
PHP Classes
elePHPant
Icontem

File: __DB/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2009-03-29 04:52
Size: 109 bytes
 

Contents

Class file image Download
<?php

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

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