Procedural File: pnuser.php
Source Location: /News/pnuser.php
Page Details:
Zikula Application Framework
Tags:
News_user_archives [line 473]
string News_user_archives(
$args)
|
|
display article archives
Tags:
Parameters
News_user_create [line 143]
bool News_user_create(
string $args, string 1, string 2, int 3, string 4, int 5, string 6, int 7, int 8)
|
|
This is a standard function that is called with the results of the
form supplied by News_admin_new() to create a new item
Tags:
Parameters
| string |
1 |
'language' the language of the news item |
| string |
2 |
'hometext' the summary text of the news item |
| int |
3 |
'hometextcontenttype' the content type of the summary text |
| string |
4 |
'bodytext' the body text of the news item |
| int |
5 |
'bodytextcontenttype' the content type of the body text |
| string |
6 |
'notes' any administrator notes |
| int |
7 |
'published_status' the published status of the item |
| int |
8 |
'ihome' publish the article in the homepage |
| string |
$args |
'title' the title of the news item |
News_user_display [line 346]
string News_user_display(
'sid' $args, 'objectid' 1)
|
|
display item This is a standard function to provide detailed informtion on a single item available from the module.
Tags:
Parameters
| 'objectid' |
1 |
generic object id maps to sid if present |
| 'sid' |
$args |
The article ID |
News_user_main [line 19]
the main user function
Tags:
News_user_new [line 31]
string News_user_new(
$args)
|
|
add new item
This is a standard function that is called whenever an administrator wishes to create a new module item
Tags:
Parameters
News_user_preview [line 548]
string News_user_preview(
$args)
|
|
display article
Tags:
Parameters
News_user_view [line 212]
string News_user_view(
['page' $args = array()])
|
|
view items This is a standard function to provide an overview of all of the items available from the module.
Tags:
Parameters
| 'page' |
$args |
starting number for paged view |