Procedural File: pnadmin.php
Source Location: /FAQ/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
FAQ_admin_create [line 76]
void FAQ_admin_create(
name $args, number 1)
|
|
Create an faq
Tags:
Parameters
| number |
1 |
the number of the item to be created |
| name |
$args |
the name of the item to be created |
FAQ_admin_delete [line 179]
void FAQ_admin_delete(
tid $args, confirmation 1)
|
|
delete an faq
Tags:
Parameters
| confirmation |
1 |
confirmation that this item can be deleted |
| tid |
$args |
the id of the item to be modified |
FAQ_admin_main [line 19]
the main administration function
Tags:
FAQ_admin_modify [line 104]
output FAQ_admin_modify(
tid $args)
|
|
modify an faq
Tags:
Parameters
| tid |
$args |
the id of the item to be modified |
FAQ_admin_modifyconfig [line 344]
output FAQ_admin_modifyconfig(
)
|
|
Modify configuration
This is a standard function to modify the configuration parameters of the module
Tags:
FAQ_admin_new [line 39]
form to add new faq
Tags:
FAQ_admin_update [line 151]
void FAQ_admin_update(
tid $args, name 1, number 2)
|
|
update the faq
Tags:
Parameters
| name |
1 |
the name of the item to be updated |
| number |
2 |
the number of the item to be updated |
| tid |
$args |
the id of the item to be modified |
FAQ_admin_updateconfig [line 371]
void FAQ_admin_updateconfig(
[itemsperpage 0 = number of items per page])
|
|
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
| itemsperpage |
0 |
number of items per page |
FAQ_admin_view [line 240]
output FAQ_admin_view(
startnum $args)
|
|
view items
This function shows all items and lists the administration options.
Tags:
Parameters
| startnum |
$args |
The number of the first item to show |