Procedural File: pninit.php
Source Location: /system/Groups/pninit.php
Page Details:
Zikula Application Framework
Tags:
groups_defaultdata [line 104]
bool groups_defaultdata(
)
|
|
create the default data for the groups module This function is only ever called once during the lifetime of a particular module instance
Tags:
Groups_delete [line 89]
delete the groups module This function is only ever called once during the lifetime of a particular module instance
Tags:
Groups_init [line 20]
initialise the groups module This function is only ever called once during the lifetime of a particular module instance
Tags:
Groups_upgrade [line 56]
bool Groups_upgrade(
int $oldversion)
|
|
upgrade the groups module from an old version This function can be called multiple times
Tags:
Parameters
| int |
$oldversion |
version to upgrade from |
|