Procedural File: pnadmin.php
Source Location: /AvantGo/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
AvantGo_admin_main [line 25]
string AvantGo_admin_main(
)
|
|
the main administration function
This function is the default function, and is called whenever the module is initiated without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)
Tags:
AvantGo_admin_modifyconfig [line 77]
string AvantGo_admin_modifyconfig(
)
|
|
This is a standard function to modify the configuration parameters of the
module
Tags:
AvantGo_admin_updateconfig [line 102]
bool AvantGo_admin_updateconfig(
['itemsperpage' 0 = the number of items to display on the module page])
|
|
This is a standard function to update the configuration parameters of the
module given the information passed back by the modification form
Tags:
Parameters
| 'itemsperpage' |
0 |
the number of items to display on the module page |
AvantGo_admin_view [line 46]
strong AvantGo_admin_view(
['startnum' 0 = the starting article numbner])
|
|
View items that would be displayed by the module within PN framework
Tags:
Parameters
| 'startnum' |
0 |
the starting article numbner |