Procedural File: pninit.php
Source Location: /News/pninit.php
Page Details:
Zikula Application Framework
Tags:
News_delete [line 145]
delete the News 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:
News_init [line 23]
initialise the News 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:
News_upgrade [line 56]
bool News_upgrade(
$oldversion)
|
|
upgrade the News 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
_news_createdefaultcategory [line 272]
void _news_createdefaultcategory(
[ $regpath = '/__SYSTEM__/Modules/Global'])
|
|
Parameters
_news_createtopicscategory [line 317]
void _news_createtopicscategory(
[ $regpath = '/__SYSTEM__/Modules/Topics'])
|
|
Parameters
_news_migratecategories [line 168]
void _news_migratecategories(
)
|
|
migrate old local categories to the categories module