Procedural File: pnuser.php
Source Location: /FAQ/pnuser.php
Page Details:
Zikula Application Framework
Tags:
FAQ_user_ask [line 235]
FAQ_user_create [line 259]
void FAQ_user_create(
question $args)
|
|
Create an faq
Tags:
Parameters
| question |
$args |
the question to be submitted |
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:
Parameters
| integer |
$tid |
the ID of the item to display |
| |
$args |
|
FAQ_user_main [line 25]
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:
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:
Parameters
| integer |
$startnum |
(optional) The number of the start item |