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

Procedural File: pnuser.php

Source Location: /modules/FAQ/pnuser.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnuser.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








FAQ_user_ask [line 235]

output FAQ_user_ask( )

ask a question



Tags:

return:  A form to submit a question
author:  The Zikula Development Team


[ Top ]



FAQ_user_create [line 259]

void FAQ_user_create( question $args)

Create an faq



Tags:

author:  The Zikula Development Team


Parameters

question   $args   the question to be submitted
[ Top ]



FAQ_user_display [line 180]

output FAQ_user_display( $args, integer $tid)

display item

This is a standard function to provide detailed informtion on a single item available from the module.




Tags:

return:  The item detail page
author:  The Zikula Development Team


Parameters

integer   $tid   the ID of the item to display
   $args  
[ Top ]



FAQ_user_main [line 25]

output FAQ_user_main( )

the main user function

This function is the default function, and is called whenever the module is initiated without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)




Tags:

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


[ Top ]



FAQ_user_view [line 70]

output FAQ_user_view( [integer $startnum = (optional) The number of the start item])

view items

This is a standard function to provide an overview of all of the items available from the module.




Tags:

return:  The overview page
author:  The Zikula Development Team


Parameters

integer   $startnum   (optional) The number of the start item
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:55:19 +0200 by phpDocumentor 1.4.1