v5:session:reference:persist
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:session:reference:persist [2016/05/22 17:19] – mnewnham | v5:session:reference:persist [2018/07/01 22:55] (current) – prefer functions start lowercase (#430) peterdd | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ==Syntax== | ==Syntax== | ||
| mixed ADOdb_Session:: | mixed ADOdb_Session:: | ||
| - | optional mixed $persistantConnection | + | optional mixed $connectMode |
| ) | ) | ||
| </ | </ | ||
| ===== Description ======= | ===== Description ======= | ||
| - | The **static** method //**persists**// sets or gets the status of a persistent connection on the session connection. This is not the same value as the driver associated with the database abstraction layer. | + | The **static** method //**persist**// sets or gets the status of a persistent connection on the session connection. This is not the same value as the driver associated with the database abstraction layer. |
| - | The value must be set **// | + | The value must be set **// |
| Line 16: | Line 16: | ||
| ^$connectMode^Connection Method^ | ^$connectMode^Connection Method^ | ||
| - | ^true|PConnect()| | + | ^true|pConnect()| |
| - | ^false|Connect()| | + | ^false|connect()| |
| - | ^' | + | ^' |
| - | ^' | + | ^' |
| - | ^' | + | ^' |
| =====Use As A Getter===== | =====Use As A Getter===== | ||
| Line 31: | Line 31: | ||
| include_once " | include_once " | ||
| - | ADOdb_session:: | + | ADOdb_Session:: |
| - | ADOdb_session:: | + | ADOdb_Session:: |
| - | ADOdb_session:: | + | ADOdb_Session:: |
| </ | </ | ||
v5/session/reference/persist.1463930347.txt.gz · Last modified: (external edit)
