Procedural File: pnadmin.php
Source Location: /modules/Pages/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
pages_admin_create [line 73]
void pages_admin_create(
'title' $args, 'content' 1, 'language' 2)
|
|
create a page
Parameters
| 'content' |
1 |
the content of the page |
| 'language' |
2 |
the language of the page |
| 'title' |
$args |
the title of the page |
pages_admin_delete [line 193]
mixed pages_admin_delete(
'pageid' $args, 'confirmation' 1)
|
|
delete item
Tags:
Parameters
| 'confirmation' |
1 |
confirmation that this item can be deleted |
| 'pageid' |
$args |
the id of the page |
pages_admin_main [line 18]
string pages_admin_main(
)
|
|
the main administration function
Tags:
pages_admin_modify [line 101]
string pages_admin_modify(
'pageid' $args)
|
|
modify a page
Tags:
Parameters
| 'pageid' |
$args |
the id of the item to be modified |
pages_admin_modifyconfig [line 366]
string pages_admin_modifyconfig(
)
|
|
modify module configuration
Tags:
pages_admin_new [line 37]
string pages_admin_new(
)
|
|
add new item
Tags:
pages_admin_update [line 159]
void pages_admin_update(
'pageid' $args, 'title' 1, 'content' 2, 'language' 3)
|
|
update page
Parameters
| 'title' |
1 |
the title of the page |
| 'content' |
2 |
the content of the page |
| 'language' |
3 |
the language of the page |
| 'pageid' |
$args |
the id of the page |
pages_admin_updateconfig [line 387]
void pages_admin_updateconfig(
)
|
|
This is a standard function to update the configuration parameters of the module given the information passed back by the modification form
pages_admin_view [line 254]
string pages_admin_view(
$args, int $startnum)
|
|
view items
Tags:
Parameters
| int |
$startnum |
the start item id for the pager |
| |
$args |
|
|
|