PHP Classes

File: tests/test.php

Recommend this page to a friend!
  Classes of Shabeer ALi M   PHP MySQL Scheman   tests/test.php   Download  
File: tests/test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP MySQL Scheman
Make MySQL database schema changes generating SQL
Author: By
Last change:
Date: 2 years ago
Size: 183 bytes
 

Contents

Class file image Download
<?php

require __DIR__.'/../vendor/autoload.php';

$scheman = new MysqlScheman\MysqlScheman('127.0.0.1','root','','test');

//$scheman->export('db.xml');
$scheman->sync2db('db.xml');