ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_abstraction:start_lesson

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v5:userguide:learn_abstraction:start_lesson [2016/03/15 17:25] – [Introduction] review dregadv5:userguide:learn_abstraction:start_lesson [2016/03/15 17:28] – [Introduction] not 'extraction' dregad
Line 2: Line 2:
 ~~NOTOC~~ ~~NOTOC~~
 ====== Introduction ====== ====== Introduction ======
-ADOdb is a **Database Extraction Layer** that allows the writing of database independent SQL statements. It does this by placing a layer of generic statement execution code between the programmer and the PHP database-specific access commands. This allows the writing of portable SQL code that can access multiple databases. For example the following database specific statements:+ADOdb is a **Database Abstraction Layer** that allows the writing of database independent SQL statements. It does this by placing a layer of generic statement execution code between the programmer and the PHP database-specific access commands. This allows the writing of portable SQL code that can access multiple databases. For example the following database specific statements:
  
   MySQL         mysqli_execute   MySQL         mysqli_execute
v5/userguide/learn_abstraction/start_lesson.txt · Last modified: 2016/08/13 15:44 by mnewnham