Procedural File: pnadmin.php
Source Location: /PendingContent/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
pendingcontent_admin_create [line 62]
string pendingcontent_admin_create(
'pendingcontent['name']' $args, 'pendingcontent['sql']' 1, 'pendingcontent['url']' 2)
|
|
Create item
Tags:
Parameters
| 'pendingcontent['sql']' |
1 |
the sql string to get pending items |
| 'pendingcontent['url']' |
2 |
the url of the target modules admin panel |
| 'pendingcontent['name']' |
$args |
the name of the pending rule to be created |
pendingcontent_admin_delete [line 167]
void pendingcontent_admin_delete(
'pid' $args, 'confirmation' 1)
|
|
delete item
Parameters
| 'confirmation' |
1 |
confirmation that this item can be deleted |
| 'pid' |
$args |
the id of the item to be deleted |
pendingcontent_admin_main [line 19]
string pendingcontent_admin_main(
)
|
|
the main administration function
Tags:
pendingcontent_admin_modify [line 94]
void pendingcontent_admin_modify(
'pid' $args)
|
|
modify an item
Parameters
| 'pid' |
$args |
the id of the item to be modified |
pendingcontent_admin_modifyconfig [line 277]
void pendingcontent_admin_modifyconfig(
)
|
|
This is a standard function to modify the configuration parameters of the
module
pendingcontent_admin_new [line 39]
string pendingcontent_admin_new(
)
|
|
add new item
Tags:
pendingcontent_admin_update [line 133]
void pendingcontent_admin_update(
'pendingcontent['pid']' $args, 'pendingcontent['name']' 1, 'pendingcontent['sql']' 2, 'pendingcontent['url']' 3)
|
|
Update item
Parameters
| 'pendingcontent['name']' |
1 |
the name of the pending rule to be created |
| 'pendingcontent['sql']' |
2 |
the sql string to get pending items |
| 'pendingcontent['url']' |
3 |
the url of the target modules admin panel |
| 'pendingcontent['pid']' |
$args |
the id of the item to be updated |
pendingcontent_admin_updateconfig [line 298]
void pendingcontent_admin_updateconfig(
)
|
|
This is a standard function to update the configuration parameters of the
module given the information passed back by the modification form
pendingcontent_admin_view [line 222]
void pendingcontent_admin_view(
)
|
|
view items