Procedural File: pninit.php
Source Location: /system/Admin/pninit.php
Page Details:
Zikula Application Framework
Tags:
Admin_defaultdata [line 126]
bool Admin_defaultdata(
)
|
|
create the default data for the modules module This function is only ever called once during the lifetime of a particular module instance
Tags:
Admin_delete [line 101]
delete the Admin module This function is only ever called once during the lifetime of a particular module instance
Tags:
Admin_init [line 20]
initialise the Admin module This function is only ever called once during the lifetime of a particular module instance
Tags:
Admin_upgrade [line 54]
bool Admin_upgrade(
int $oldversion)
|
|
upgrade the Admin module from an old version This function can be called multiple times
Tags:
Parameters
| int |
$oldversion |
previous to upgrade from |
|