Procedural File: pninit.php
Source Location: /system/Modules/pninit.php
Page Details:
Zikula Application Framework
Tags:
modules_defaultdata [line 130]
bool modules_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:
modules_delete [line 115]
delete the modules module This function is only ever called once during the lifetime of a particular module instance This function MUST exist in the pninit file for a module Since the modules module should never be deleted we'all always return false here
Tags:
modules_init [line 23]
initialise the Modules module This function is only ever called once during the lifetime of a particular module instance. This function MUST exist in the pninit file for a module
Tags:
modules_init_changestructure [line 148]
void modules_init_changestructure(
)
|
|
modules_upgrade [line 63]
bool modules_upgrade(
$oldversion)
|
|
upgrade the modules module from an old version This function can be called multiple times This function MUST exist in the pninit file for a module
Tags:
Parameters
|