ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:activerecord:activerecord_index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:activerecord:activerecord_index [2016/01/13 16:14] mnewnhamv5:activerecord:activerecord_index [2016/01/21 16:38] mnewnham
Line 5: Line 5:
 ===== Introduction ===== ===== Introduction =====
  
-**ADOdb_Active_Record** is an [[wp>Object-relational_mapping|Object Relation Mapping]] (ORM) implementation using PHP. In an ORM system, the tables and rows of the database are abstracted into native PHP objects. This allows the programmer to focus more on manipulating the data and less on writing SQL queries.+**ADOdb Active Record** is an [[wp>Object-relational_mapping|Object Relation Mapping]] (ORM) implementation using PHP. In an ORM system, the tables and rows of the database are abstracted into native PHP objects. This allows the programmer to focus more on manipulating the data and less on writing SQL queries.
  
 The ADODB Active Method library takes advantage of all the functionality of the underlying [[v5:userguide:userguide_index|ADOdb]] system, from table naming and casing control , mutiple database connections to features such as recordset caching.  The ADODB Active Method library takes advantage of all the functionality of the underlying [[v5:userguide:userguide_index|ADOdb]] system, from table naming and casing control , mutiple database connections to features such as recordset caching. 
Line 22: Line 22:
 ''ADOdb_Active_Record'' maps a database table to a PHP class, and each instance of that class represents a table row. Relations between tables can also be defined, allowing the ADOdb_Active_Record objects to be nested. ''ADOdb_Active_Record'' maps a database table to a PHP class, and each instance of that class represents a table row. Relations between tables can also be defined, allowing the ADOdb_Active_Record objects to be nested.
  
-ADOdb Active Record functions support the [[v5:reference:cacheexecute|Record Caching]] functions of ADOdb+ADOdb Active Record functions support the [[v5:reference:connection:cacheexecute|Record Caching]] functions of ADOdb
 ===== Using ADOdb Active Record ===== ===== Using ADOdb Active Record =====
 See the [[v5:activerecord:active_record_tutorial|tutorial]] See the [[v5:activerecord:active_record_tutorial|tutorial]]
v5/activerecord/activerecord_index.txt · Last modified: 2022/06/09 18:37 by 3.83.52.90