Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page pnadminapi.php

Procedural File: pnadminapi.php

Source Location: /Pages/pnadminapi.php

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnadminapi.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








pages_adminapi_create [line 20]

mixed pages_adminapi_create( $args['title'] $args, $args['content'] 1, $args['language'] 2)

create a new page



Tags:

return:  page ID on success, false on failure


Parameters

$args['content']   1   content of the item
$args['language']   2   language of the item
$args['title']   $args   name of the item
[ Top ]



pages_adminapi_delete [line 65]

bool pages_adminapi_delete( $args['pageid'] $args)

delete a page



Tags:

return:  true on success, false on failure


Parameters

$args['pageid']   $args   ID of the page
[ Top ]



pages_adminapi_getlinks [line 165]

array pages_adminapi_getlinks( )

get available admin panel links



Tags:

return:  array of admin links
author:  Mark West


[ Top ]



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
[ Top ]


Packages:

Files:

Classes: