PHP Classes
elePHPant
Icontem

PHP Migrate Database: Migrate data that match conditions between tables

Recommend this page to a friend!
  Info   View files Documentation   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2017-10-05 (15 hours ago) RSS 2.0 feedNot yet rated by the usersTotal: 121 This week: 56All time: 8,641 This week: 9Up
Version License PHP version Categories
migration_database 0.0.1GNU General Publi...5PHP 5, Databases, Systems administration
Description Author

This class can migrate data that match conditions between tables.

It can take the parameters of connection of two database and connect to them using PDO.

The class can also migrate data that matches certain conditions from one database table to the other.

Innovation Award
PHP Programming Innovation award nominee
September 2017
Nominee
Vote
This class can migrate data that match conditions between tables.

It can take the parameters of connection of two database and connect to them using PDO.

The class can also migrate data that matches certain conditions from one database table to the other.

Manuel Lemos
Name: joerverson <contact>
Classes: 1 package by
Country: Brazil Brazil
Innovation award
Innovation award
Nominee: 1x

Details

migration_database

migrate yours data between databases, easy and fast you can migrate datas of the a database sorce fro database clone or just table of the source database.

How use?

Define the server source and the serve that clone in you database

    "src" => [
        "user" => "",
        "host" => ".db.4855800.hostedresource.com",
        "pass" => "@",
        "database" => ""
    ],
    "clone" => [
        "user" => "dev",
        "host" => "localhost",
        "pass" => "@",
        "database" => ""
    ],
];
$migdb = new Migration_Database($ar);
$migdb->migrate(["table"=>"qualidade", "pk"=>['pk1', 'pk2'], "where"=>["key"=>"value"]]);```
  Files folder image Files  
File Role Description
Plain text file migration_database.php Class Class source
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:121
This week:56
All time:8,641
This week:9Up