Zikula_Value_Addons
[ class tree: Zikula_Value_Addons ] [ index: Zikula_Value_Addons ] [ all elements ]

Procedural File: pnadminapi.php

Source Location: /modules/Pages/pnadminapi.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnadminapi.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
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 ]



Documentation generated on Fri, 18 Jul 2008 21:51:53 +0200 by phpDocumentor 1.4.1