Manual:Hooks/DatabaseOraclePostInit
From MediaWiki.org
| DatabaseOraclePostInit | |
|---|---|
| Available from version 1.16.0 Called after initialising an Oracle database |
|
*Define function: |
function fnMyHook( &$db ) { ... }
|
*Attach hook: |
$wgHooks['DatabaseOraclePostInit'][] = 'MyExtensionHooks::someExample'; |
| Called from: | DatabaseOracle.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:DatabaseOraclePostInit extensions.
[edit] Details
- &$db: The DatabaseOracle object