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

Docs for page pnadmin.php

Procedural File: pnadmin.php

Source Location: /FAQ/pnadmin.php

Classes:



Page Details:

Zikula Application Framework



Tags:

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








FAQ_admin_create [line 76]

void FAQ_admin_create( name $args, number 1)

Create an faq



Tags:

author:  The Zikula Development Team


Parameters

number   1   the number of the item to be created
name   $args   the name of the item to be created
[ Top ]



FAQ_admin_delete [line 179]

void FAQ_admin_delete( tid $args, confirmation 1)

delete an faq



Tags:

author:  The Zikula Development Team


Parameters

confirmation   1   confirmation that this item can be deleted
tid   $args   the id of the item to be modified
[ Top ]



FAQ_admin_main [line 19]

output FAQ_admin_main( )

the main administration function



Tags:

return:  The main module admin page.
author:  The Zikula Development Team


[ Top ]



FAQ_admin_modify [line 104]

output FAQ_admin_modify( tid $args)

modify an faq



Tags:

return:  the modification page
author:  The Zikula Development Team


Parameters

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



FAQ_admin_modifyconfig [line 344]

output FAQ_admin_modifyconfig( )

Modify configuration

This is a standard function to modify the configuration parameters of the module




Tags:

return:  The configuration page
author:  The Zikula Development Team


[ Top ]



FAQ_admin_new [line 39]

output FAQ_admin_new( )

form to add new faq



Tags:

return:  The main module admin page.
author:  The Zikula Development Team


[ Top ]



FAQ_admin_update [line 151]

void FAQ_admin_update( tid $args, name 1, number 2)

update the faq



Tags:

author:  The Zikula Development Team


Parameters

name   1   the name of the item to be updated
number   2   the number of the item to be updated
tid   $args   the id of the item to be modified
[ Top ]



FAQ_admin_updateconfig [line 371]

void FAQ_admin_updateconfig( [itemsperpage 0 = number of items per page])

Update the configuration

This is a standard function to update the configuration parameters of the module given the information passed back by the modification form Modify configuration




Tags:

author:  The Zikula Development Team


Parameters

itemsperpage   0   number of items per page
[ Top ]



FAQ_admin_view [line 240]

output FAQ_admin_view( startnum $args)

view items

This function shows all items and lists the administration options.




Tags:

return:  The main module admin page
author:  The Zikula Development Team


Parameters

startnum   $args   The number of the first item to show
[ Top ]


Packages:

Files:

Classes: