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

Procedural File: pnadmin.php

Source Location: /modules/Pages/pnadmin.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnadmin.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_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
[ Top ]



pages_admin_delete [line 193]

mixed pages_admin_delete( 'pageid' $args, 'confirmation' 1)

delete item



Tags:

return:  string HTML output if no confirmation otherwise true


Parameters

'confirmation'   1   confirmation that this item can be deleted
'pageid'   $args   the id of the page
[ Top ]



pages_admin_main [line 18]

string pages_admin_main( )

the main administration function



Tags:

return:  HTML output


[ Top ]



pages_admin_modify [line 101]

string pages_admin_modify( 'pageid' $args)

modify a page



Tags:

return:  HTML output


Parameters

'pageid'   $args   the id of the item to be modified
[ Top ]



pages_admin_modifyconfig [line 366]

string pages_admin_modifyconfig( )

modify module configuration



Tags:

return:  HTML output string
author:  Mark West


[ Top ]



pages_admin_new [line 37]

string pages_admin_new( )

add new item



Tags:

return:  HTML output


[ Top ]



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



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




[ Top ]



pages_admin_view [line 254]

string pages_admin_view( $args, int $startnum)

view items



Tags:

return:  HTML output


Parameters

int   $startnum   the start item id for the pager
   $args  
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:50:40 +0200 by phpDocumentor 1.4.1