pnModGetAllMods [aus Modul: pnMod]
Aufruf
array = pnModGetAllMods();
Aufgabe
Gibt eine Liste aller Module zurück.
Ausgabe
Liste der Module
Beispiel
$allmods = pnModGetAllMods();
print_r($adminmods);
/*gäbe ein assoziatives Array folgender Art aus
Array
(
[47] => Array
(
[name] => Xanthia
[type] => 2
[directory] => Xanthia
[regid] => 0
[displayname] => Xanthia
[description] => Xanthia Theme Engine
[admin_capable] => 1
[user_capable] => 1
[version] => 2.0
)
...
)
*/
Modul-/PostNuke-Version
PostNuke 0.762
Siehe auch