Procedural File: pninit.php
Source Location: /Blocks/pninit.phpClasses:
Page Details:
Zikula Application FrameworkTags:
blocks_defaultdata [line 129]
|
Add default block data for new installs
This is called after a complete pn installation since the blocks need to be populated with module id's which are only available once the install has been completed
blocks_delete [line 115]
|
delete the blocks 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 blocks module should never be deleted we'all always return false here
Tags:
blocks_init [line 22]
|
initialise the blocks 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:
blocks_upgrade [line 61]
|
upgrade the blocks 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
| $oldversion |
blocks_upgradefrom76_post [line 248]
|
Upgrade for blocks tables data from 0.76x to 0.8+
This function is called after the system upgrade is complete
blocks_upgradefrom76_pre [line 211]
|
Upgrade for blocks tables data from 0.76x to 0.8+
This function is called prior to the system upgrade
