Class: Plugins_no_DB
Source Location: /blogs/inc/_misc/_plugins.class.php
Class Plugins_no_DB
Class Overview
|
A sub-class of Plugins, just to not load any DB info (which means Plugins and Events). This is only useful for displaying a list of available plugins or during installation to have a global $Plugins object that does not interfere with the installation process. Located in /blogs/inc/_misc/_plugins.class.php [line 2700] Plugins | --Plugins_no_DB |
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Plugins |
Inherited From Plugins
|
[ Top ]
Method Summary
Properties
Methods
load_events [line 2712]
|
No-operation.
Redefinition of:
- Plugins::load_events()
- (Re)load Plugin Events for enabled (normal use) or all (admin use) plugins.
[ Top ]
load_plugins_table [line 2705]
|
No-operation.
Redefinition of:
- Plugins::load_plugins_table()
- Load Plugins data from T_plugins (only once), ordered by priority.
[ Top ]
