Login or e-mail Password   

PHP DataObjects: Simplifying Business Logic without SQL

The goal of this tutorial is to demonstrate a system for manipulating a database without writing SQL queries. I introduce a number of concepts including the DataObject and Data...
Views: 643 Created: 08/31/2006
The goal of this tutorial is to demonstrate a system for manipulating a database without writing SQL queries. I introduce a number of concepts including the DataObject and DataAccessObject which together allow developers focus on manipulating data without needing to write, or even know SQL. This kind of system can be referred to as Object Relational Mapping (ORM) where tables and rows in a database are represented by PHP objects which may be used to perform common database operations. It is a very simple system to use in practice, and has become a common component of many popular PHP frameworks.

Similar articles
Related topics




No messages


Add your opinion
You must be logged in to write a comment. If you're not a registered member, please register. It takes only few seconds, and you get an access to additional functions .
 
Author
Article
Additional information
Groups


About EIOBA
Articles
Explore
Publish
Community
Statistics
Users online: 391
Registered: 17.741
Comments: 304
Articles: 66.230
EIOBA World

© 2005-2010 EIOBA group.