Procedural File: pninit.php
Source Location: /system/Profile/pninit.php
Page Details:
Zikula Application Framework
Tags:
Profile_defaultdata [line 117]
void Profile_defaultdata(
)
|
|
create the default data for the users module This function is only ever called once during the lifetime of a particular module instance
Profile_delete [line 88]
Delete the dyanmic user data module This function is only ever called once during the lifetime of a particular module instance
Tags:
Profile_init [line 21]
Initialise the dynamic user data module This function is only ever called once during the lifetime of a particular module instance
Tags:
Profile_upgrade [line 54]
bool Profile_upgrade(
int $oldversion)
|
|
Upgrade the dynamic user data module from an old version This function can be called multiple times
Tags:
Parameters
| int |
$oldversion |
version to upgrade from |
|