dmxo
05-09-2006, 03:37 AM
Maybe this article may help out some PHP Developers:
Maybe Zuraski and the folks leading PHP are going the right way as I felt from the Paris Meeting (review my post about PHP 6), but I think we -PHP developers, should start reading more about how to code the right way using the right tools.
ORM or Object-relational mapping, is a topic I recently went through after a discussion with a experienced developer, ORM is aimed towards setting you free from DB with all the issues related to, such as DB design and Normalization, ERD creation and updating, etc..
ORM is a set of classes that allows you to create classes that you, whenever needed, instantiate obejcts from then do your full CRUD (create, review, update and delete) in the object level, which will automatically reflect on DB.
Certainly we need to show some code:
-------------------
The full article is here:
http://www.owahab.com/?q=node/9
Maybe Zuraski and the folks leading PHP are going the right way as I felt from the Paris Meeting (review my post about PHP 6), but I think we -PHP developers, should start reading more about how to code the right way using the right tools.
ORM or Object-relational mapping, is a topic I recently went through after a discussion with a experienced developer, ORM is aimed towards setting you free from DB with all the issues related to, such as DB design and Normalization, ERD creation and updating, etc..
ORM is a set of classes that allows you to create classes that you, whenever needed, instantiate obejcts from then do your full CRUD (create, review, update and delete) in the object level, which will automatically reflect on DB.
Certainly we need to show some code:
-------------------
The full article is here:
http://www.owahab.com/?q=node/9
