ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:learn_extensions:extend_existing:modify_existing_driver

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
v5:learn_extensions:extend_existing:modify_existing_driver [2016/03/19 01:38] mnewnhamv5:learn_extensions:extend_existing:modify_existing_driver [2016/03/19 01:39] (current) mnewnham
Line 1: Line 1:
-<- v5:userguide:learn_extensions:new_driver|Creating A New Driver ^ v5:userguide:userguide:userguide_index|User Guide ^ ->+<- v5:userguide:learn_extensions:new_driver|Creating A New Driver ^ v5:userguide:userguide_index|User Guide ^ ->
 ~~NOTOC~~ ~~NOTOC~~
-====== ====== +====== Extending An Existing Driver ======
- +
- +
-====== Building Extensions ======+
 You might want to modify ADOdb for your own purposes. Luckily you can still maintain backward compatibility by sub-classing ADOdb and using the ''$ADODB_NEWCONNECTION'' variable. ''$ADODB_NEWCONNECTION'' allows you to override the behaviour of ADONewConnection(). ADOConnection() checks for this variable and will call the function-name stored in this variable if it is defined. You might want to modify ADOdb for your own purposes. Luckily you can still maintain backward compatibility by sub-classing ADOdb and using the ''$ADODB_NEWCONNECTION'' variable. ''$ADODB_NEWCONNECTION'' allows you to override the behaviour of ADONewConnection(). ADOConnection() checks for this variable and will call the function-name stored in this variable if it is defined.
  
v5/learn_extensions/extend_existing/modify_existing_driver.1458347924.txt.gz · Last modified: 2017/04/21 11:29 (external edit)