Procedural File: pnadmin.php
Source Location: /AuthPN/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
AuthPN_admin_main [line 26]
output AuthPN_admin_main(
)
|
|
the main administration function
This function is the default function, and is called whenever the module is called 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:
AuthPN_admin_modifyconfig [line 49]
output AuthPN_admin_modifyconfig(
)
|
|
Modify configuration
This is a standard function to modify the configuration parameters of the module
Tags:
AuthPN_admin_updateconfig [line 77]
void AuthPN_admin_updateconfig(
bold 0, itemsperpage 1)
|
|
Update the configuration
This is a standard function to update the configuration parameters of the module given the information passed back by the modification form Modify configuration
Tags:
Parameters
| bold |
0 |
print items in bold |
| itemsperpage |
1 |
number of items per page |