The SQL API is used as an abstraction layer between PHP and the RDBMS containing all data. This means that SQL queries are easier to execute, as the syntax and actual query execution is handled by the API, meaning that errors are a lot less likely. It also means that one section of code can be used alongside multiple RDBMS' with zero modification.

 
sql.txt · Last modified: 2008/10/19 13:36 by pete
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki