Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Data Migration and Import Examples
May 22, 2008 @ 16:16:26

The Zend Developer Zone has a new article that supplements a podcast from the PHP Abstract series recently given by Lorna Mitchell on "Data Importing".

It is a simple walkthrough of some examples of the techniques mentioned in the podcast. It is much easier to visualise queries and data structures if written down, so here we look at an example of each of the points mentioned.

Her examples convert employee information over from one table to another via some SQL queries and splits out the information into the parts to fill the table (done with inserts and updates).

tagged: data migration example import podcast phpabstract tutorial

Link:


Trending Topics: