Home     PHP / Javascript / Ajax
PHP Data Shuffler Script

PHP Script Codes > database-tools

Data Shuffler Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 216

PHP Script Codes > Data Shuffler
Objects and relational databases have different mechanisms for structuring data. Many parts of an object, such as collections and inheritance, aren't present in relational databases. When you build an object model with a lot of business logic it's valuable to use these mechanisms to better organize the data and the behavior that goes with it. Doing so leads to variant schemas; that is, the object schema and the relational schema need not match up.

You still need to transfer data between the two schemas, and this data transfer becomes a complexity in its own right. If the in-memory objects know about the relational database structure, changes in one tend to ripple to the other.