Procedural File: pnadminapi.php
Source Location: /Pages/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
pages_adminapi_create [line 20]
mixed pages_adminapi_create(
$args['title'] $args, $args['content'] 1, $args['language'] 2)
|
|
create a new page
Tags:
Parameters
| $args['content'] |
1 |
content of the item |
| $args['language'] |
2 |
language of the item |
| $args['title'] |
$args |
name of the item |
pages_adminapi_delete [line 65]
bool pages_adminapi_delete(
$args['pageid'] $args)
|
|
delete a page
Tags:
Parameters
| $args['pageid'] |
$args |
ID of the page |
pages_adminapi_getlinks [line 165]
array pages_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
pages_adminapi_update [line 105]
void pages_adminapi_update(
$args['pageid'] $args, $args['title'] 1, $args['content'] 2)
|
|
update a page
Parameters
| $args['title'] |
1 |
the new name of the item |
| $args['content'] |
2 |
the new content of the item |
| $args['pageid'] |
$args |
the ID of the page |