Difference between #1 and #2 of
Insert data from database to another database table

Revision #2 has been created by Kostas Apazidis (KonApaz) on May 27, 2014, 11:42:42 AM with the memo:

-
« previous (#1)

Changes

Title unchanged

Insert data from database to another database table

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Insert, data, from, database, another, database, table

Content changed

[...]
A simple way but writing a lot of code is using three nested for

- each table
- each row
- each column
s (we could remove the last nested for, using agile code)




If you create the above algorithm using static code you have to modify the code each time you modify the database schema (tables or columns)
[...]
1 0
2 followers
Viewed: 15 587 times
Version: 1.1
Category: Tutorials
Last updated by: Kostas Apazidis (KonApaz)
Created on: May 27, 2014
Last updated: 9 years ago
Update Article

Revisions

View all history